Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.grapefruit-pulp {
color: #ff6e61;
}
.lemon-dream {
color: #f0a000;
}
.fruit-salad {
color: #4c9e4e;
}
.turkish-stone {
color: #2b7a91;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--grapefruit-pulp:#ff6e61;
--lemon-dream:#f0a000;
--fruit-salad:#4c9e4e;
--turkish-stone:#2b7a91;
}