Color names in this palette
CSS code for this palette
/* CSS */
.brick-yellow {
color: #d0a25d;
}
.cornsilk-yellow {
color: #f3c66d;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.soba {
color: #d4b2a1;
}
.falling-leaves {
color: #a55b3b;
}
/* CSS Variables */
:root {
--brick-yellow:#d0a25d;
--cornsilk-yellow:#f3c66d;
--smooth-as-corn-silk:#f6e5b1;
--soba:#d4b2a1;
--falling-leaves:#a55b3b;
}