Color names in this palette
CSS code for this palette
/* CSS */
.purple-ode {
color: #3e4e7e;
}
.allegiance {
color: #5b6c8b;
}
.spartan-blue {
color: #7a8a99;
}
.washing-powder-soft-blue {
color: #c1d8e6;
}
.zappy-zebra {
color: #f0f2f4;
}
/* CSS Variables */
:root {
--purple-ode:#3e4e7e;
--allegiance:#5b6c8b;
--spartan-blue:#7a8a99;
--washing-powder-soft-blue:#c1d8e6;
--zappy-zebra:#f0f2f4;
}