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