I was updating an old bootstrap page to the new Bootstrap 5.3.1. - following this great instruction, I've set up my custom colors: How to extend/modify (customize) Bootstrap with SASS
Now (what I don't understand): bg-fun-pink and text-fun-pink is not working although the color ("fun-pink") works on buttons (btn-fun-pink).
What did I wrong so the bg-color of a div and / or the text-color is not changing?
See my example on codeply: https://www.codeply.com/p/ZT1yZA56QH
Thanks for your help in advance!