Color names in this palette
CSS code for this palette
/* CSS */
.bright-bronze {
color: #a25a20;
}
.coppersmith {
color: #d78a3c;
}
.high-honey {
color: #e2b950;
}
.artesian-pool {
color: #a3c2e0;
}
.nautical {
color: #2b4c7d;
}
/* CSS Variables */
:root {
--bright-bronze:#a25a20;
--coppersmith:#d78a3c;
--high-honey:#e2b950;
--artesian-pool:#a3c2e0;
--nautical:#2b4c7d;
}