Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.workout-routine {
color: #ffd68a;
}
.trapunto {
color: #f5e9b7;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--workout-routine:#ffd68a;
--trapunto:#f5e9b7;
--just-a-fairytale:#6b5b95;
}