Color names in this palette
CSS code for this palette
/* CSS */
.bistre {
color: #3d291f;
}
.prince-paris {
color: #9b7a59;
}
.campground {
color: #d1a76b;
}
.milky-maize {
color: #f8d8a0;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--bistre:#3d291f;
--prince-paris:#9b7a59;
--campground:#d1a76b;
--milky-maize:#f8d8a0;
--sunshine-mellow:#f1c40e;
}