Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.savannah-sun {
color: #ffb78a;
}
.soviet-gold {
color: #ffd900;
}
.chilled-lemonade {
color: #ffea94;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--savannah-sun:#ffb78a;
--soviet-gold:#ffd900;
--chilled-lemonade:#ffea94;
}