Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.apricot-lily {
color: #ffd1b3;
}
.yellow-mana {
color: #f9fbc1;
}
.sweet-chamomile {
color: #fce388;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--apricot-lily:#ffd1b3;
--yellow-mana:#f9fbc1;
--sweet-chamomile:#fce388;
}