Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff9d8a;
}
.desert-dessert {
color: #ffb86b;
}
.digital-yellow {
color: #ffeb7a;
}
.misty-rose {
color: #ffe5e0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff9d8a;
--desert-dessert:#ffb86b;
--digital-yellow:#ffeb7a;
--misty-rose:#ffe5e0;
}