Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f9c3d3;
}
.glisten-yellow {
color: #f7e8ab;
}
.lauren-s-surprise {
color: #d4e5e8;
}
.twinkle {
color: #afc5d4;
}
.mesa-rose {
color: #f1b6b1;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f9c3d3;
--glisten-yellow:#f7e8ab;
--lauren-s-surprise:#d4e5e8;
--twinkle:#afc5d4;
--mesa-rose:#f1b6b1;
}