Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f7c7b0;
}
.calabrese {
color: #f1a8a2;
}
.melon-mist {
color: #e57b92;
}
.sugar-rush {
color: #d85f9c;
}
.hibiscus {
color: #b82e6a;
}
/* CSS Variables */
:root {
--coral-bisque:#f7c7b0;
--calabrese:#f1a8a2;
--melon-mist:#e57b92;
--sugar-rush:#d85f9c;
--hibiscus:#b82e6a;
}