Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.absolute-apricot {
color: #ff9a42;
}
.anna-banana {
color: #f7d74b;
}
.crystal-green {
color: #a5d97d;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--absolute-apricot:#ff9a42;
--anna-banana:#f7d74b;
--crystal-green:#a5d97d;
--just-a-fairytale:#6b5b95;
}