Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.zinnia-gold {
color: #ffd980;
}
.sweet-chamomile {
color: #fce388;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--macaroni-and-cheese:#ffb67a;
--zinnia-gold:#ffd980;
--sweet-chamomile:#fce388;
}