Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.estuary-blue {
color: #6fa5b8;
}
.mystic-tulip {
color: #f7b5a1;
}
.syndicalist {
color: #f5c400;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--estuary-blue:#6fa5b8;
--mystic-tulip:#f7b5a1;
--syndicalist:#f5c400;
--entan-red:#e76e50;
}