Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.tequila {
color: #f6d2a7;
}
.butter-cream {
color: #f1b341;
}
.whisper-of-plum {
color: #d6aee0;
}
.drama-queen {
color: #a26d9a;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--tequila:#f6d2a7;
--butter-cream:#f1b341;
--whisper-of-plum:#d6aee0;
--drama-queen:#a26d9a;
}