Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.mikado-yellow {
color: #ffc30f;
}
.fresh-green {
color: #6eda5d;
}
.skinny-jeans {
color: #4d8bff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--mikado-yellow:#ffc30f;
--fresh-green:#6eda5d;
--skinny-jeans:#4d8bff;
}