Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.after-burn {
color: #ff8e61;
}
.evening-star {
color: #ffd261;
}
.celtic-spring {
color: #a9e0b1;
}
.lavender-soap {
color: #f1c0e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--after-burn:#ff8e61;
--evening-star:#ffd261;
--celtic-spring:#a9e0b1;
--lavender-soap:#f1c0e0;
}