Color names in this palette
CSS code for this palette
/* CSS */
.blue-moon {
color: #3b8fab;
}
.aztec-sky {
color: #4db8d5;
}
.kul-sharif-blue {
color: #8ed3f5;
}
.frosty-day {
color: #caeef7;
}
.clear-skies {
color: #e5f7fb;
}
/* CSS Variables */
:root {
--blue-moon:#3b8fab;
--aztec-sky:#4db8d5;
--kul-sharif-blue:#8ed3f5;
--frosty-day:#caeef7;
--clear-skies:#e5f7fb;
}