Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.carnation-bouquet {
color: #f6c1d2;
}
.diminished-orange {
color: #f9e9e1;
}
.cactus-water {
color: #d2f4e4;
}
.yucca-cream {
color: #a4dac9;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--carnation-bouquet:#f6c1d2;
--diminished-orange:#f9e9e1;
--cactus-water:#d2f4e4;
--yucca-cream:#a4dac9;
}