Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #283a77;
}
.bio-blue {
color: #4b5ba0;
}
.windsor-way {
color: #a2c7e7;
}
.mocha-dandelion {
color: #f2d86e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--blue-expanse:#283a77;
--bio-blue:#4b5ba0;
--windsor-way:#a2c7e7;
--mocha-dandelion:#f2d86e;
--orange-gluttony:#e77e23;
}