Color names in this palette
CSS code for this palette
/* CSS */
.waterspout {
color: #a4f2f9;
}
.aquatint {
color: #b5e8df;
}
.jade-palace {
color: #d0f1d9;
}
.yippie-ya-yellow {
color: #f3f7a1;
}
.apricot-obsession {
color: #f6c4b6;
}
/* CSS Variables */
:root {
--waterspout:#a4f2f9;
--aquatint:#b5e8df;
--jade-palace:#d0f1d9;
--yippie-ya-yellow:#f3f7a1;
--apricot-obsession:#f6c4b6;
}