Color names in this palette
CSS code for this palette
/* CSS */
.bing-cherry-pie {
color: #af4b69;
}
.pink-chi {
color: #e6898b;
}
.brain-pink {
color: #f2b1b3;
}
.sand-island {
color: #f6d1c1;
}
.whisper-yellow {
color: #ffe6b8;
}
/* CSS Variables */
:root {
--bing-cherry-pie:#af4b69;
--pink-chi:#e6898b;
--brain-pink:#f2b1b3;
--sand-island:#f6d1c1;
--whisper-yellow:#ffe6b8;
}