Color names in this palette
CSS code for this palette
/* CSS */
.waffle-cone {
color: #e6c97a;
}
.bubble-shell {
color: #d0a49a;
}
.mulberry-bush {
color: #b06d9d;
}
.verve-violet {
color: #904c81;
}
.deep-amethyst {
color: #5b2e7f;
}
/* CSS Variables */
:root {
--waffle-cone:#e6c97a;
--bubble-shell:#d0a49a;
--mulberry-bush:#b06d9d;
--verve-violet:#904c81;
--deep-amethyst:#5b2e7f;
}