Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.quiet-star {
color: #f0ca9e;
}
.cookies-and-cream {
color: #f0e0b2;
}
.break-the-ice {
color: #b2e0f0;
}
.light-sky-babe {
color: #9fd0e0;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--quiet-star:#f0ca9e;
--cookies-and-cream:#f0e0b2;
--break-the-ice:#b2e0f0;
--light-sky-babe:#9fd0e0;
}