Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.coral-blossom {
color: #f8baa0;
}
.applesauce {
color: #f8d79b;
}
.first-day-of-summer {
color: #f4e89a;
}
.fair-aqua {
color: #b7e1d8;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--coral-blossom:#f8baa0;
--applesauce:#f8d79b;
--first-day-of-summer:#f4e89a;
--fair-aqua:#b7e1d8;
}