Color names in this palette
CSS code for this palette
/* CSS */
.pale-berries {
color: #e4cbc8;
}
.soba {
color: #d4b2a1;
}
.muddy-quicksand {
color: #c39a8d;
}
.rum-spice {
color: #a77a6c;
}
.red-curry {
color: #8c5c4f;
}
/* CSS Variables */
:root {
--pale-berries:#e4cbc8;
--soba:#d4b2a1;
--muddy-quicksand:#c39a8d;
--rum-spice:#a77a6c;
--red-curry:#8c5c4f;
}