Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.tuscan-sun {
color: #ffd84d;
}
.akhdhar-green {
color: #b4e61e;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--tuscan-sun:#ffd84d;
--akhdhar-green:#b4e61e;
--devil-s-grass:#4cae4f;
}