Color names in this palette
CSS code for this palette
/* CSS */
.high-style {
color: #a6b4d8;
}
.morning-star {
color: #c2d1e5;
}
.gumball {
color: #e3b5d3;
}
.lazy-daisy {
color: #f6e8a2;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--high-style:#a6b4d8;
--morning-star:#c2d1e5;
--gumball:#e3b5d3;
--lazy-daisy:#f6e8a2;
--lemon-dream:#f0a400;
}