Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fennel-flower {
color: #709dff;
}
.soviet-gold {
color: #ffd900;
}
.matt-pink {
color: #ffb8c1;
}
.spindrift {
color: #6bffda;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fennel-flower:#709dff;
--soviet-gold:#ffd900;
--matt-pink:#ffb8c1;
--spindrift:#6bffda;
}