Color names in this palette
CSS code for this palette
/* CSS */
.vintage-charm {
color: #c7b2a8;
}
.lite-cocoa {
color: #b69c8b;
}
.rodeo-roundup {
color: #a78d6c;
}
.remington-rust {
color: #a35d4d;
}
.marron {
color: #6c4f4b;
}
/* CSS Variables */
:root {
--vintage-charm:#c7b2a8;
--lite-cocoa:#b69c8b;
--rodeo-roundup:#a78d6c;
--remington-rust:#a35d4d;
--marron:#6c4f4b;
}