Color names in this palette
CSS code for this palette
/* CSS */
.winter-lake {
color: #698c9b;
}
.raindrop {
color: #9cc4c9;
}
.zircon-ice {
color: #d0e3e6;
}
.autumn-wind {
color: #f9d2b4;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--winter-lake:#698c9b;
--raindrop:#9cc4c9;
--zircon-ice:#d0e3e6;
--autumn-wind:#f9d2b4;
--apricot-glazed-chicken:#f5a524;
}