Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #6f9ed8;
}
.soviet-gold {
color: #ffd900;
}
.poodle-skirt {
color: #ffb3ba;
}
.light-mint {
color: #b7fbbe;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#6f9ed8;
--soviet-gold:#ffd900;
--poodle-skirt:#ffb3ba;
--light-mint:#b7fbbe;
}