Color names in this palette
CSS code for this palette
/* CSS */
.frozen-custard {
color: #fae9bd;
}
.teary-eyed {
color: #e1cee9;
}
.morning-star {
color: #c2d1e5;
}
.serene-pink {
color: #f8c4b9;
}
.pistachio-cream {
color: #c9d49b;
}
/* CSS Variables */
:root {
--frozen-custard:#fae9bd;
--teary-eyed:#e1cee9;
--morning-star:#c2d1e5;
--serene-pink:#f8c4b9;
--pistachio-cream:#c9d49b;
}