Color names in this palette
CSS code for this palette
/* CSS */
.bloodthirsty-beige {
color: #fad8d1;
}
.petals-unfolding {
color: #f4b8c3;
}
.taffy-pink {
color: #f8a5c8;
}
.shrimp-cocktail {
color: #f4a462;
}
.chai-latte {
color: #f8c9a0;
}
/* CSS Variables */
:root {
--bloodthirsty-beige:#fad8d1;
--petals-unfolding:#f4b8c3;
--taffy-pink:#f8a5c8;
--shrimp-cocktail:#f4a462;
--chai-latte:#f8c9a0;
}