Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.orange-grove {
color: #fbb08e;
}
.la-luna-amarilla {
color: #fddda0;
}
.they-call-it-mellow {
color: #fae3b2;
}
.oyster-bisque {
color: #f2e6b1;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--orange-grove:#fbb08e;
--la-luna-amarilla:#fddda0;
--they-call-it-mellow:#fae3b2;
--oyster-bisque:#f2e6b1;
}