Color names in this palette
CSS code for this palette
/* CSS */
.howdy-neighbor {
color: #f9e4c8;
}
.almond-cream {
color: #f4c49f;
}
.think-pink {
color: #e6a2c1;
}
.sachet-pink {
color: #f490b1;
}
.medium-pink {
color: #f06090;
}
/* CSS Variables */
:root {
--howdy-neighbor:#f9e4c8;
--almond-cream:#f4c49f;
--think-pink:#e6a2c1;
--sachet-pink:#f490b1;
--medium-pink:#f06090;
}