Color names in this palette
CSS code for this palette
/* CSS */
.unity {
color: #2a4b8d;
}
.san-marino {
color: #496d9c;
}
.bluesy-note {
color: #7b9bb7;
}
.airborne {
color: #a2c3d2;
}
.sheer-lavender {
color: #f0e5f0;
}
/* CSS Variables */
:root {
--unity:#2a4b8d;
--san-marino:#496d9c;
--bluesy-note:#7b9bb7;
--airborne:#a2c3d2;
--sheer-lavender:#f0e5f0;
}