Color names in this palette
CSS code for this palette
/* CSS */
.hawthorn-berry {
color: #c70f0f;
}
.sun-orange {
color: #f47b1f;
}
.glitter-yellow {
color: #f8d75d;
}
.uniform-brown {
color: #6f5f3e;
}
.burnt-bamboo {
color: #4e3c3b;
}
/* CSS Variables */
:root {
--hawthorn-berry:#c70f0f;
--sun-orange:#f47b1f;
--glitter-yellow:#f8d75d;
--uniform-brown:#6f5f3e;
--burnt-bamboo:#4e3c3b;
}