Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.desert-dessert {
color: #ffb86b;
}
.soviet-gold {
color: #ffd900;
}
.heisenberg-blue {
color: #6fd0f6;
}
.lush-paradise {
color: #2f7f33;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--desert-dessert:#ffb86b;
--soviet-gold:#ffd900;
--heisenberg-blue:#6fd0f6;
--lush-paradise:#2f7f33;
}