Color names in this palette
CSS code for this palette
/* CSS */
.christmas-blue {
color: #298bbc;
}
.lake-thun {
color: #48c4e0;
}
.photon-barrier {
color: #91dfed;
}
.majestic-treasures {
color: #f3e8a5;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--christmas-blue:#298bbc;
--lake-thun:#48c4e0;
--photon-barrier:#91dfed;
--majestic-treasures:#f3e8a5;
--welcoming-wasp:#f0a800;
}