Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c6e0;
}
.bellagio-fountains {
color: #b9e2f3;
}
.winter-s-day {
color: #e0f7ff;
}
.anti-flash-white {
color: #f0f3f5;
}
.fenrisian-grey {
color: #d0dfe7;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c6e0;
--bellagio-fountains:#b9e2f3;
--winter-s-day:#e0f7ff;
--anti-flash-white:#f0f3f5;
--fenrisian-grey:#d0dfe7;
}