Color names in this palette
CSS code for this palette
/* CSS */
.coppersmith {
color: #d68a3d;
}
.koji-orange {
color: #f1af4b;
}
.cheddar-chunk {
color: #f9c980;
}
.hint-of-honey {
color: #fdd76d;
}
.dandelion-whisper {
color: #fff1b8;
}
/* CSS Variables */
:root {
--coppersmith:#d68a3d;
--koji-orange:#f1af4b;
--cheddar-chunk:#f9c980;
--hint-of-honey:#fdd76d;
--dandelion-whisper:#fff1b8;
}