Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-sorbet {
color: #ffad42;
}
.vibrant {
color: #ffd54d;
}
.ganon-blue {
color: #a1dff7;
}
.feather-star {
color: #5f9cec;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mandarin-sorbet:#ffad42;
--vibrant:#ffd54d;
--ganon-blue:#a1dff7;
--feather-star:#5f9cec;
}