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