Color names in this palette
CSS code for this palette
/* CSS */
.glazed-ginger {
color: #a3592e;
}
.flaming-torch {
color: #d18a4d;
}
.cornsilk-yellow {
color: #f4c76c;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.airborne {
color: #a1c1d4;
}
/* CSS Variables */
:root {
--glazed-ginger:#a3592e;
--flaming-torch:#d18a4d;
--cornsilk-yellow:#f4c76c;
--smooth-as-corn-silk:#f4e4b3;
--airborne:#a1c1d4;
}