Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e8ab8;
}
.lake-thun {
color: #4dc5e0;
}
.faded-poster {
color: #81e1e4;
}
.sugar-cookie {
color: #f1e1a2;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--hidden-springs:#1e8ab8;
--lake-thun:#4dc5e0;
--faded-poster:#81e1e4;
--sugar-cookie:#f1e1a2;
--chat-orange:#f79c40;
}