Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.coral-dusk {
color: #ffb58a;
}
.dynamic-yellow {
color: #ffe66b;
}
.milan {
color: #f9f690;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--coral-dusk:#ffb58a;
--dynamic-yellow:#ffe66b;
--milan:#f9f690;
}