Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.desert-sunrise {
color: #ffb68f;
}
.soviet-gold {
color: #ffd900;
}
.sunkissed-yellow {
color: #ffebb8;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--desert-sunrise:#ffb68f;
--soviet-gold:#ffd900;
--sunkissed-yellow:#ffebb8;
}