Color names in this palette
CSS code for this palette
/* CSS */
.brass-mesh {
color: #e3a64a;
}
.neighborly-peach {
color: #f1c3a2;
}
.peach-rose {
color: #f6e2d5;
}
.think-pink {
color: #e1a3c0;
}
.flirty-rose {
color: #d65c8d;
}
/* CSS Variables */
:root {
--brass-mesh:#e3a64a;
--neighborly-peach:#f1c3a2;
--peach-rose:#f6e2d5;
--think-pink:#e1a3c0;
--flirty-rose:#d65c8d;
}