Color names in this palette
CSS code for this palette
/* CSS */
.blue-lobelia {
color: #263450;
}
.noble-knight {
color: #394d79;
}
.bio-blue {
color: #49659c;
}
.opal-violet {
color: #7d91ba;
}
.iced-lavender {
color: #c0c9de;
}
/* CSS Variables */
:root {
--blue-lobelia:#263450;
--noble-knight:#394d79;
--bio-blue:#49659c;
--opal-violet:#7d91ba;
--iced-lavender:#c0c9de;
}