Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cabbage-blossom-violet {
color: #6e4d7a;
}
.savoy {
color: #87af4b;
}
.happy-piglets {
color: #f7cbca;
}
.manakin {
color: #92bbd9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cabbage-blossom-violet:#6e4d7a;
--savoy:#87af4b;
--happy-piglets:#f7cbca;
--manakin:#92bbd9;
}