Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.peanut-butter-chicken {
color: #ffb861;
}
.soviet-gold {
color: #ffd900;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--peanut-butter-chicken:#ffb861;
--soviet-gold:#ffd900;
--vanilla-shake:#fffbf0;
}