Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-sorbet {
color: #ffad42;
}
.vibrant {
color: #ffd54d;
}
.lolly-ice {
color: #a6d8d4;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mandarin-sorbet:#ffad42;
--vibrant:#ffd54d;
--lolly-ice:#a6d8d4;
--just-a-fairytale:#6b5b95;
}