Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.just-a-fairytale {
color: #6b5b95;
}
.savoy {
color: #87af4b;
}
.floral-leaf {
color: #ffb84d;
}
.brink-pink {
color: #f45d7e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--just-a-fairytale:#6b5b95;
--savoy:#87af4b;
--floral-leaf:#ffb84d;
--brink-pink:#f45d7e;
}