Color names in this palette
CSS code for this palette
/* CSS */
.purple-toolbox {
color: #7666c7;
}
.faraway-sky {
color: #8c7ec4;
}
.ariel-s-delight {
color: #b0a2d8;
}
.mousse-aux-pruneaux {
color: #e3c6f1;
}
.spaghetti-strap-pink {
color: #f6a7d2;
}
/* CSS Variables */
:root {
--purple-toolbox:#7666c7;
--faraway-sky:#8c7ec4;
--ariel-s-delight:#b0a2d8;
--mousse-aux-pruneaux:#e3c6f1;
--spaghetti-strap-pink:#f6a7d2;
}