Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.decisive-yellow {
color: #ffcc4d;
}
.just-a-fairytale {
color: #6b5b95;
}
.kindness {
color: #d1b3c1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--decisive-yellow:#ffcc4d;
--just-a-fairytale:#6b5b95;
--kindness:#d1b3c1;
}