Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d1c1e6;
}
.enchanted-lavender {
color: #bda6d9;
}
.gorgeous-hydrangea {
color: #a68fcc;
}
.royal-pretender {
color: #a1689d;
}
.fuchsia-red {
color: #b33d7e;
}
/* CSS Variables */
:root {
--york-plum:#d1c1e6;
--enchanted-lavender:#bda6d9;
--gorgeous-hydrangea:#a68fcc;
--royal-pretender:#a1689d;
--fuchsia-red:#b33d7e;
}