Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.just-a-fairytale {
color: #6f5b95;
}
.savoy {
color: #87af4b;
}
.happy-piglets {
color: #f7cbca;
}
.glass-bottle {
color: #92b658;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--just-a-fairytale:#6f5b95;
--savoy:#87af4b;
--happy-piglets:#f7cbca;
--glass-bottle:#92b658;
}