Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-sorbet {
color: #ffad42;
}
.vibrant {
color: #ffd54d;
}
.taurus-forest-fern {
color: #6dc34b;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mandarin-sorbet:#ffad42;
--vibrant:#ffd54d;
--taurus-forest-fern:#6dc34b;
--olympic-blue:#4b91e2;
}