Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e89b3;
}
.glimpse {
color: #4ab8c9;
}
.middle-blue {
color: #7dd2e3;
}
.lime-bright {
color: #f1e4b1;
}
.hot-orange {
color: #f68d3c;
}
/* CSS Variables */
:root {
--hidden-springs:#1e89b3;
--glimpse:#4ab8c9;
--middle-blue:#7dd2e3;
--lime-bright:#f1e4b1;
--hot-orange:#f68d3c;
}