Color names in this palette
CSS code for this palette
/* CSS */
.marron {
color: #6b4e4c;
}
.corn-maze {
color: #e0aa6c;
}
.desert-cactus {
color: #b1c9a1;
}
.delicate-lace {
color: #f2e6d4;
}
.eye-grey {
color: #5e7d7a;
}
/* CSS Variables */
:root {
--marron:#6b4e4c;
--corn-maze:#e0aa6c;
--desert-cactus:#b1c9a1;
--delicate-lace:#f2e6d4;
--eye-grey:#5e7d7a;
}