Color names in this palette
CSS code for this palette
/* CSS */
.brandy-bear {
color: #a84d10;
}
.mulberry-thorn {
color: #c67d2a;
}
.australium-gold {
color: #e6b33d;
}
.nectar-jackpot {
color: #f0d68e;
}
.soft-butter {
color: #f3e1b4;
}
/* CSS Variables */
:root {
--brandy-bear:#a84d10;
--mulberry-thorn:#c67d2a;
--australium-gold:#e6b33d;
--nectar-jackpot:#f0d68e;
--soft-butter:#f3e1b4;
}