Color names in this palette
CSS code for this palette
/* CSS */
.konkiky-blue {
color: #1d1e3f;
}
.beaded-blue {
color: #4a4c8c;
}
.deep-periwinkle {
color: #7b7dbc;
}
.french-lilac-blue {
color: #b2b5e1;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--konkiky-blue:#1d1e3f;
--beaded-blue:#4a4c8c;
--deep-periwinkle:#7b7dbc;
--french-lilac-blue:#b2b5e1;
--white:#ffffff;
}