Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.dayflower {
color: #3ea4e0;
}
.sanctuary-spa {
color: #66b5ea;
}
.light-shimmer {
color: #a3d6f0;
}
.winter-s-day {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--dayflower:#3ea4e0;
--sanctuary-spa:#66b5ea;
--light-shimmer:#a3d6f0;
--winter-s-day:#e0f7ff;
}