Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.cherished-one {
color: #ff8f8f;
}
.apricot-glow {
color: #ffcc7a;
}
.citrus-punch {
color: #ffeb85;
}
.ivory {
color: #fffff0;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--cherished-one:#ff8f8f;
--apricot-glow:#ffcc7a;
--citrus-punch:#ffeb85;
--ivory:#fffff0;
}