Color names in this palette
CSS code for this palette
/* CSS */
.mummy-brown {
color: #814d28;
}
.cowboy-hat {
color: #b57b4f;
}
.sweet-honey {
color: #d1a25c;
}
.butterfield {
color: #f3c058;
}
.blended-fruit {
color: #f9e2a4;
}
/* CSS Variables */
:root {
--mummy-brown:#814d28;
--cowboy-hat:#b57b4f;
--sweet-honey:#d1a25c;
--butterfield:#f3c058;
--blended-fruit:#f9e2a4;
}