Color names in this palette
CSS code for this palette
/* CSS */
.dreamy-candy-forest {
color: #b29fe9;
}
.mousse-aux-pruneaux {
color: #e4c5f2;
}
.bone-white {
color: #f2e0b1;
}
.fulgrim-pink {
color: #f2b1d2;
}
.rose-linen {
color: #e9b29f;
}
/* CSS Variables */
:root {
--dreamy-candy-forest:#b29fe9;
--mousse-aux-pruneaux:#e4c5f2;
--bone-white:#f2e0b1;
--fulgrim-pink:#f2b1d2;
--rose-linen:#e9b29f;
}