Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #492c2c;
}
.buccaneer {
color: #6e4e4e;
}
.march-pink {
color: #9a7474;
}
.pale-mauve {
color: #c8a3a3;
}
.sweet-blush {
color: #e6c1c1;
}
/* CSS Variables */
:root {
--brown-coffee:#492c2c;
--buccaneer:#6e4e4e;
--march-pink:#9a7474;
--pale-mauve:#c8a3a3;
--sweet-blush:#e6c1c1;
}