Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4c8c4a;
}
.mixed-fruit {
color: #f9b7b4;
}
.privileged {
color: #f3ead8;
}
.blissful-orange {
color: #fba937;
}
.black-liquorice {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--lush-grass:#4c8c4a;
--mixed-fruit:#f9b7b4;
--privileged:#f3ead8;
--blissful-orange:#fba937;
--black-liquorice:#3b3b3b;
}