Color names in this palette
CSS code for this palette
/* CSS */
.shot-over {
color: #4b5e68;
}
.english-river {
color: #3c7b8b;
}
.lake-thun {
color: #48c4e0;
}
.everest {
color: #a1e8e5;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--shot-over:#4b5e68;
--english-river:#3c7b8b;
--lake-thun:#48c4e0;
--everest:#a1e8e5;
--maximum-yellow-red:#f1b74b;
}