Color names in this palette
CSS code for this palette
/* CSS */
.vodka {
color: #c1c1f0;
}
.myrtle-flower {
color: #9eb5e0;
}
.blue-electress {
color: #6ca0cb;
}
.zenith {
color: #497b9c;
}
.sovereignty {
color: #2f4e60;
}
/* CSS Variables */
:root {
--vodka:#c1c1f0;
--myrtle-flower:#9eb5e0;
--blue-electress:#6ca0cb;
--zenith:#497b9c;
--sovereignty:#2f4e60;
}