Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f6c5b1;
}
.stone-fruit {
color: #f2a68c;
}
.morning-marmalade {
color: #f28b69;
}
.sango-red {
color: #f26850;
}
.mandarin-red {
color: #e04e3e;
}
/* CSS Variables */
:root {
--coral-bisque:#f6c5b1;
--stone-fruit:#f2a68c;
--morning-marmalade:#f28b69;
--sango-red:#f26850;
--mandarin-red:#e04e3e;
}