Color names in this palette
CSS code for this palette
/* CSS */
.brilliant {
color: #0095a8;
}
.malibu-blue {
color: #00b2d6;
}
.cold-light-of-day {
color: #00e4f5;
}
.blizzard-blue {
color: #a1e7f2;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--brilliant:#0095a8;
--malibu-blue:#00b2d6;
--cold-light-of-day:#00e4f5;
--blizzard-blue:#a1e7f2;
--creamy-cloud-dreams:#fff5e0;
}