Color names in this palette
CSS code for this palette
/* CSS */
.afghan-sand {
color: #d2a85b;
}
.holiday-waffle {
color: #b68a49;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.burned-brown {
color: #6f4c3e;
}
.farro {
color: #c1a485;
}
/* CSS Variables */
:root {
--afghan-sand:#d2a85b;
--holiday-waffle:#b68a49;
--creamy-sweet-corn:#f6c54c;
--burned-brown:#6f4c3e;
--farro:#c1a485;
}