Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.tuscan-sun {
color: #ffd84d;
}
.bilious-green {
color: #a5d86e;
}
.petrol-green {
color: #4f9c8d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--tuscan-sun:#ffd84d;
--bilious-green:#a5d86e;
--petrol-green:#4f9c8d;
}