Color names in this palette
CSS code for this palette
/* CSS */
.yamabukicha-gold {
color: #cf7e20;
}
.rose-of-sharon {
color: #a94e2d;
}
.agate-violet {
color: #5d5c75;
}
.winter-time {
color: #3c8f9f;
}
.pallid-orange {
color: #f9b79f;
}
/* CSS Variables */
:root {
--yamabukicha-gold:#cf7e20;
--rose-of-sharon:#a94e2d;
--agate-violet:#5d5c75;
--winter-time:#3c8f9f;
--pallid-orange:#f9b79f;
}