Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.desert-flower {
color: #ff8e80;
}
.floral-leaf {
color: #ffb54d;
}
.apricot-light {
color: #ffcd94;
}
.fireflies {
color: #f7d9a6;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--desert-flower:#ff8e80;
--floral-leaf:#ffb54d;
--apricot-light:#ffcd94;
--fireflies:#f7d9a6;
}