Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f5c6b2;
}
.candlelight-peach {
color: #f8a2a0;
}
.breeze-of-chilli {
color: #f76e6e;
}
.fever {
color: #ea4d4d;
}
.rubiate {
color: #c13e3e;
}
/* CSS Variables */
:root {
--coral-bisque:#f5c6b2;
--candlelight-peach:#f8a2a0;
--breeze-of-chilli:#f76e6e;
--fever:#ea4d4d;
--rubiate:#c13e3e;
}