Color names in this palette
CSS code for this palette
/* CSS */
.christmas-blue {
color: #298ebc;
}
.lake-thun {
color: #3dc8e1;
}
.electric-lemonade {
color: #5de7f4;
}
.storm-lightning {
color: #f9e59f;
}
.butter-cream {
color: #f5b342;
}
/* CSS Variables */
:root {
--christmas-blue:#298ebc;
--lake-thun:#3dc8e1;
--electric-lemonade:#5de7f4;
--storm-lightning:#f9e59f;
--butter-cream:#f5b342;
}