Color names in this palette
CSS code for this palette
/* CSS */
.in-caffeine-we-trust {
color: #6a3e2a;
}
.rusty-coin {
color: #8c5a2b;
}
.nonpareil-apple {
color: #c2a25b;
}
.dusty-gold {
color: #d9b99b;
}
.bone-white {
color: #f3e0af;
}
/* CSS Variables */
:root {
--in-caffeine-we-trust:#6a3e2a;
--rusty-coin:#8c5a2b;
--nonpareil-apple:#c2a25b;
--dusty-gold:#d9b99b;
--bone-white:#f3e0af;
}