Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e0a3d1;
}
.pink-illusion {
color: #e1bff3;
}
.blue-shimmer {
color: #b2dae0;
}
.template {
color: #a4cae5;
}
.casino-lights {
color: #f7f2b6;
}
/* CSS Variables */
:root {
--exotic-violet:#e0a3d1;
--pink-illusion:#e1bff3;
--blue-shimmer:#b2dae0;
--template:#a4cae5;
--casino-lights:#f7f2b6;
}