Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clover-mist {
color: #6fbe8d;
}
.mystic-tulip {
color: #f7b5a1;
}
.soviet-gold {
color: #ffd900;
}
.izmir-purple {
color: #4c3e70;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clover-mist:#6fbe8d;
--mystic-tulip:#f7b5a1;
--soviet-gold:#ffd900;
--izmir-purple:#4c3e70;
}