Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin {
color: #6fbf6e;
}
.guilliman-blue {
color: #6c9aef;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin:#6fbf6e;
--guilliman-blue:#6c9aef;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}