Color names in this palette
CSS code for this palette
/* CSS */
.gentleman-s-whiskey {
color: #c88a2d;
}
.soft-cheddar {
color: #e5ba5d;
}
.mocha-dandelion {
color: #f2d66e;
}
.creamy-sweet-corn {
color: #f7c34b;
}
.glazed-ginger {
color: #a3592e;
}
/* CSS Variables */
:root {
--gentleman-s-whiskey:#c88a2d;
--soft-cheddar:#e5ba5d;
--mocha-dandelion:#f2d66e;
--creamy-sweet-corn:#f7c34b;
--glazed-ginger:#a3592e;
}