Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e8db8;
}
.lake-thun {
color: #3dc4d6;
}
.ice-crystal-blue {
color: #a4e2e5;
}
.classical-yellow {
color: #f8d691;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--hidden-springs:#1e8db8;
--lake-thun:#3dc4d6;
--ice-crystal-blue:#a4e2e5;
--classical-yellow:#f8d691;
--breeze-of-chilli:#f76e6e;
}