Color names in this palette
CSS code for this palette
/* CSS */
.changeling-pink {
color: #f2b1d0;
}
.milky-maize {
color: #f6d9a2;
}
.antoinette-pink {
color: #e9c1b4;
}
.enchanted-lavender {
color: #c4a2d7;
}
.french-pass {
color: #a4d3df;
}
/* CSS Variables */
:root {
--changeling-pink:#f2b1d0;
--milky-maize:#f6d9a2;
--antoinette-pink:#e9c1b4;
--enchanted-lavender:#c4a2d7;
--french-pass:#a4d3df;
}