Color names in this palette
CSS code for this palette
/* CSS */
.kinsusutake-brown {
color: #7c4b2d;
}
.brown-rust {
color: #af5a3c;
}
.whiskey {
color: #d69061;
}
.gambol-gold {
color: #e3b04a;
}
.bellini-fizz {
color: #f5c48e;
}
/* CSS Variables */
:root {
--kinsusutake-brown:#7c4b2d;
--brown-rust:#af5a3c;
--whiskey:#d69061;
--gambol-gold:#e3b04a;
--bellini-fizz:#f5c48e;
}