Color names in this palette
CSS code for this palette
/* CSS */
.corn-field {
color: #f6f3c6;
}
.corn-maze {
color: #e1a66b;
}
.sweet-mandarin {
color: #d15d3d;
}
.indiscreet {
color: #aa3e3c;
}
.dull-violet {
color: #7d3c8b;
}
/* CSS Variables */
:root {
--corn-field:#f6f3c6;
--corn-maze:#e1a66b;
--sweet-mandarin:#d15d3d;
--indiscreet:#aa3e3c;
--dull-violet:#7d3c8b;
}