Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.peach-orange {
color: #ffcc99;
}
.sun-drenched {
color: #ffe7a3;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--peach-orange:#ffcc99;
--sun-drenched:#ffe7a3;
--vanilla-shake:#fffbf0;
}