Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.escalante {
color: #a35c5c;
}
.soft-sienna {
color: #d09990;
}
.serene-pink {
color: #f4c8b8;
}
.mouse-nose {
color: #fee5b4;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--escalante:#a35c5c;
--soft-sienna:#d09990;
--serene-pink:#f4c8b8;
--mouse-nose:#fee5b4;
}