Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nature-apricot {
color: #ffb6a3;
}
.soft-orange-bloom {
color: #ffddd1;
}
.pretty-petunia {
color: #d2b7e1;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nature-apricot:#ffb6a3;
--soft-orange-bloom:#ffddd1;
--pretty-petunia:#d2b7e1;
--just-a-fairytale:#6b5b95;
}