Color names in this palette
CSS code for this palette
/* CSS */
.glazed-ginger {
color: #a3592e;
}
.flaming-torch {
color: #d2844b;
}
.golden-hour {
color: #f2b55a;
}
.soft-straw {
color: #f6d27e;
}
.almost-aloe {
color: #c6ebad;
}
/* CSS Variables */
:root {
--glazed-ginger:#a3592e;
--flaming-torch:#d2844b;
--golden-hour:#f2b55a;
--soft-straw:#f6d27e;
--almost-aloe:#c6ebad;
}