Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #3d9ae1;
}
.windsor-way {
color: #a1c7e3;
}
.fresh-pineapple {
color: #f6d64c;
}
.sun-orange {
color: #f47b1f;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--flax-flower-blue:#3d9ae1;
--windsor-way:#a1c7e3;
--fresh-pineapple:#f6d64c;
--sun-orange:#f47b1f;
--mandarin-red:#e74d3c;
}