Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.bleached-aqua {
color: #b9e4e0;
}
.rice-flower {
color: #f1f7cf;
}
.sundown {
color: #f4c89f;
}
.posy-petal {
color: #f183a0;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--bleached-aqua:#b9e4e0;
--rice-flower:#f1f7cf;
--sundown:#f4c89f;
--posy-petal:#f183a0;
}