Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1a8cbc;
}
.lake-thun {
color: #4bb5e2;
}
.slightly-spritzig {
color: #90d6f4;
}
.antique-wicker-basket {
color: #f3d2a0;
}
.hot-orange {
color: #f78c3b;
}
/* CSS Variables */
:root {
--hidden-springs:#1a8cbc;
--lake-thun:#4bb5e2;
--slightly-spritzig:#90d6f4;
--antique-wicker-basket:#f3d2a0;
--hot-orange:#f78c3b;
}