Color names in this palette
CSS code for this palette
/* CSS */
.frosty-day {
color: #c8ecf4;
}
.let-it-snow {
color: #d6f5f3;
}
.milky-way {
color: #e7f3f4;
}
.high-reflective-white {
color: #f8f5f2;
}
.rose-mochi {
color: #fce9ef;
}
/* CSS Variables */
:root {
--frosty-day:#c8ecf4;
--let-it-snow:#d6f5f3;
--milky-way:#e7f3f4;
--high-reflective-white:#f8f5f2;
--rose-mochi:#fce9ef;
}