Color names in this palette
CSS code for this palette
/* CSS */
.soft-butter {
color: #f5e2b7;
}
.wingsuit-wind {
color: #b7d7d1;
}
.oregano-green {
color: #4d9f3c;
}
.buffalo-trail {
color: #e1af7a;
}
.cleopatra-s-gown {
color: #7c4f8c;
}
/* CSS Variables */
:root {
--soft-butter:#f5e2b7;
--wingsuit-wind:#b7d7d1;
--oregano-green:#4d9f3c;
--buffalo-trail:#e1af7a;
--cleopatra-s-gown:#7c4f8c;
}