Color names in this palette
CSS code for this palette
/* CSS */
.milk-chocolate {
color: #7b501e;
}
.star-anise-scent {
color: #a67a4e;
}
.parachute {
color: #c3b450;
}
.yellow-petal {
color: #f1e350;
}
.casablanca {
color: #f1b350;
}
/* CSS Variables */
:root {
--milk-chocolate:#7b501e;
--star-anise-scent:#a67a4e;
--parachute:#c3b450;
--yellow-petal:#f1e350;
--casablanca:#f1b350;
}