Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-kiss {
color: #3c1020;
}
.chocolate-truffle {
color: #5e2c35;
}
.apple-butter {
color: #904c4f;
}
.autumn-fire {
color: #c14e4e;
}
.happy-piglets {
color: #f8c9c9;
}
/* CSS Variables */
:root {
--chocolate-kiss:#3c1020;
--chocolate-truffle:#5e2c35;
--apple-butter:#904c4f;
--autumn-fire:#c14e4e;
--happy-piglets:#f8c9c9;
}