Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.bellagio-fountains {
color: #b5e4f2;
}
.kodama-white {
color: #e5f6fb;
}
.rising-star {
color: #f6f9d7;
}
.ripe-melon {
color: #ffb8ad;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--bellagio-fountains:#b5e4f2;
--kodama-white:#e5f6fb;
--rising-star:#f6f9d7;
--ripe-melon:#ffb8ad;
}