Color names in this palette
CSS code for this palette
/* CSS */
.woad-blue {
color: #5a7dba;
}
.windsor-way {
color: #a2c7e7;
}
.prism-pink {
color: #f2a1c4;
}
.no-gmb-yellow {
color: #f9e88b;
}
.ride-off-into-the-sunset {
color: #f1d25f;
}
/* CSS Variables */
:root {
--woad-blue:#5a7dba;
--windsor-way:#a2c7e7;
--prism-pink:#f2a1c4;
--no-gmb-yellow:#f9e88b;
--ride-off-into-the-sunset:#f1d25f;
}