Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.flamboyant-plum {
color: #6a4e4e;
}
.escalante {
color: #a35c5c;
}
.muddy-quicksand {
color: #c39988;
}
.cupcake-rose {
color: #e7c6b6;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--flamboyant-plum:#6a4e4e;
--escalante:#a35c5c;
--muddy-quicksand:#c39988;
--cupcake-rose:#e7c6b6;
}