Color names in this palette
CSS code for this palette
/* CSS */
.yamabukicha-gold {
color: #c97b1d;
}
.pani-puri {
color: #f4ac4e;
}
.club-mate {
color: #f4de7b;
}
.silver-tree {
color: #69bf91;
}
.anthracite-blue {
color: #3e4a60;
}
/* CSS Variables */
:root {
--yamabukicha-gold:#c97b1d;
--pani-puri:#f4ac4e;
--club-mate:#f4de7b;
--silver-tree:#69bf91;
--anthracite-blue:#3e4a60;
}