Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.peach-orange {
color: #ffcc99;
}
.optimistic-yellow {
color: #f4e1a4;
}
.transcendence {
color: #f9f5d7;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--peach-orange:#ffcc99;
--optimistic-yellow:#f4e1a4;
--transcendence:#f9f5d7;
}