Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.calabrese {
color: #f1a8a2;
}
.coral-bisque {
color: #f6c5b1;
}
.brushstroke {
color: #f2e1ba;
}
.solar {
color: #fceab6;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--calabrese:#f1a8a2;
--coral-bisque:#f6c5b1;
--brushstroke:#f2e1ba;
--solar:#fceab6;
}