Color names in this palette
CSS code for this palette
/* CSS */
.bing-cherry-pie {
color: #af4b69;
}
.i-love-you-pink {
color: #d67a8e;
}
.blushing-tulip {
color: #e2a2b5;
}
.cherry-blossom {
color: #f5c2d4;
}
.dwindling-damon {
color: #f0e0e6;
}
/* CSS Variables */
:root {
--bing-cherry-pie:#af4b69;
--i-love-you-pink:#d67a8e;
--blushing-tulip:#e2a2b5;
--cherry-blossom:#f5c2d4;
--dwindling-damon:#f0e0e6;
}