Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #5d9bd5;
}
.windsor-way {
color: #a2c7e7;
}
.cymophane-yellow {
color: #f3e5a5;
}
.dairy-made {
color: #f0b038;
}
.reductant {
color: #e65b5b;
}
/* CSS Variables */
:root {
--blue-bay:#5d9bd5;
--windsor-way:#a2c7e7;
--cymophane-yellow:#f3e5a5;
--dairy-made:#f0b038;
--reductant:#e65b5b;
}