Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.soviet-gold {
color: #ffd900;
}
.xavier-blue {
color: #6cb2e4;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--soviet-gold:#ffd900;
--xavier-blue:#6cb2e4;
--matt-pink:#ffb8c1;
}