Color names in this palette
CSS code for this palette
/* CSS */
.ballet {
color: #f8d5d3;
}
.coral-fountain {
color: #e6a7a2;
}
.galah {
color: #d37f7e;
}
.wild-chestnut {
color: #c05c59;
}
.no-more-drama {
color: #a63f3f;
}
/* CSS Variables */
:root {
--ballet:#f8d5d3;
--coral-fountain:#e6a7a2;
--galah:#d37f7e;
--wild-chestnut:#c05c59;
--no-more-drama:#a63f3f;
}