Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.trump-tan {
color: #f9a96c;
}
.deep-fried-sun-rays {
color: #f4c95d;
}
.crystal-green {
color: #a7d37e;
}
.garish-green {
color: #4abf8c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--trump-tan:#f9a96c;
--deep-fried-sun-rays:#f4c95d;
--crystal-green:#a7d37e;
--garish-green:#4abf8c;
}