Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3e5a75;
}
.frozen-blue {
color: #a6c4d9;
}
.wax-flower {
color: #e9b3a0;
}
.bakelite-gold {
color: #d7995b;
}
.shallot-leaf {
color: #4f5e36;
}
/* CSS Variables */
:root {
--china-pattern:#3e5a75;
--frozen-blue:#a6c4d9;
--wax-flower:#e9b3a0;
--bakelite-gold:#d7995b;
--shallot-leaf:#4f5e36;
}