Color names in this palette
CSS code for this palette
/* CSS */
.konkiky-blue {
color: #1c1c3f;
}
.beaded-blue {
color: #4a4a8c;
}
.astro-zinger {
color: #7979be;
}
.maximum-blue-purple {
color: #b1b1e7;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--konkiky-blue:#1c1c3f;
--beaded-blue:#4a4a8c;
--astro-zinger:#7979be;
--maximum-blue-purple:#b1b1e7;
--foundation-white:#f0f0ff;
}