Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.blushing-sky {
color: #d5aed4;
}
.island-light {
color: #a6c7e8;
}
.optimistic-yellow {
color: #f4e1a4;
}
.xanthous {
color: #f3b530;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--blushing-sky:#d5aed4;
--island-light:#a6c7e8;
--optimistic-yellow:#f4e1a4;
--xanthous:#f3b530;
}