Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.dream-of-spring {
color: #f6d12c;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--peanut-butter-chicken:#ffb65c;
--dream-of-spring:#f6d12c;
--sunshine-mellow:#f1c40e;
}