Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.orange-pospsicle {
color: #f4a20b;
}
.fresh-gingerbread {
color: #d66b24;
}
.earthen-jug {
color: #a75e35;
}
.kinsusutake-brown {
color: #7d4c2c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--orange-pospsicle:#f4a20b;
--fresh-gingerbread:#d66b24;
--earthen-jug:#a75e35;
--kinsusutake-brown:#7d4c2c;
}