Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.terra-tone {
color: #b86b6b;
}
.pinkathon {
color: #f2baba;
}
.barley-white {
color: #f6e5b6;
}
.green-masquerade {
color: #8cc08c;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--terra-tone:#b86b6b;
--pinkathon:#f2baba;
--barley-white:#f6e5b6;
--green-masquerade:#8cc08c;
}