Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.orange-grove {
color: #fbaf8e;
}
.prosecco {
color: #f9d4a4;
}
.bone-white {
color: #f1e0b1;
}
.delightful-peach {
color: #ffecd1;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--orange-grove:#fbaf8e;
--prosecco:#f9d4a4;
--bone-white:#f1e0b1;
--delightful-peach:#ffecd1;
}