Color names in this palette
CSS code for this palette
/* CSS */
.semi-sweet-chocolate {
color: #6a4125;
}
.nomadic-desert {
color: #c8b298;
}
.ground-ginger {
color: #d9cba0;
}
.crescent-moon {
color: #f1e9d0;
}
.sprout {
color: #b6c99c;
}
/* CSS Variables */
:root {
--semi-sweet-chocolate:#6a4125;
--nomadic-desert:#c8b298;
--ground-ginger:#d9cba0;
--crescent-moon:#f1e9d0;
--sprout:#b6c99c;
}