CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.tech-wave {
color: #4c7c9e;
}
.sea-cliff {
color: #a3c7e0;
}
.maize {
color: #f2d150;
}
.reductant {
color: #e75c5a;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--tech-wave:#4c7c9e;
--sea-cliff:#a3c7e0;
--maize:#f2d150;
--reductant:#e75c5a;
}