Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-sorbet {
color: #ffad42;
}
.tuscan-sun {
color: #ffd84d;
}
.jade-stone-green {
color: #6fbe7f;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mandarin-sorbet:#ffad42;
--tuscan-sun:#ffd84d;
--jade-stone-green:#6fbe7f;
--olympic-blue:#4b91e2;
}