Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-sorbet {
color: #ffad42;
}
.star {
color: #ffe500;
}
.jade-stone-green {
color: #6fbe7f;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mandarin-sorbet:#ffad42;
--star:#ffe500;
--jade-stone-green:#6fbe7f;
--snap-shot:#2b3d50;
}