Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.vibrant {
color: #ffd54d;
}
.matcha-powder {
color: #a1d600;
}
.kindred {
color: #6f9ed8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--vibrant:#ffd54d;
--matcha-powder:#a1d600;
--kindred:#6f9ed8;
}