Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #48c4e0;
}
.winter-time {
color: #408fa0;
}
.nautical-creatures {
color: #2b5c7d;
}
.va-va-voom {
color: #e4b24e;
}
.gold-crest {
color: #e19a37;
}
/* CSS Variables */
:root {
--lake-thun:#48c4e0;
--winter-time:#408fa0;
--nautical-creatures:#2b5c7d;
--va-va-voom:#e4b24e;
--gold-crest:#e19a37;
}