Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.winter-green {
color: #4a8c7e;
}
.cheesy-cheetah {
color: #f1b132;
}
.avid-apricot {
color: #f3c8a0;
}
.teri-gaki-persimmon {
color: #eb5d3d;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--winter-green:#4a8c7e;
--cheesy-cheetah:#f1b132;
--avid-apricot:#f3c8a0;
--teri-gaki-persimmon:#eb5d3d;
}