Color names in this palette
CSS code for this palette
/* CSS */
.moonraker {
color: #bfb6d8;
}
.bitter-violet {
color: #896c9d;
}
.beaded-blue {
color: #4b4c8b;
}
.template {
color: #a4c4e5;
}
.dandelion-tea {
color: #f6e9c1;
}
/* CSS Variables */
:root {
--moonraker:#bfb6d8;
--bitter-violet:#896c9d;
--beaded-blue:#4b4c8b;
--template:#a4c4e5;
--dandelion-tea:#f6e9c1;
}