Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.desert-dessert {
color: #ffb86b;
}
.bread-n-butter {
color: #ffd280;
}
.money {
color: #7d9a6a;
}
.bright-eggplant {
color: #5d4c8a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--desert-dessert:#ffb86b;
--bread-n-butter:#ffd280;
--money:#7d9a6a;
--bright-eggplant:#5d4c8a;
}