CSS code for this palette
/* CSS */
.limoges {
color: #1f3b6f;
}
.integra {
color: #3f5c92;
}
.boudoir-blue {
color: #7ca5d5;
}
.pyrite {
color: #f4c543;
}
.day-glow-orange {
color: #e75d36;
}
/* CSS Variables */
:root {
--limoges:#1f3b6f;
--integra:#3f5c92;
--boudoir-blue:#7ca5d5;
--pyrite:#f4c543;
--day-glow-orange:#e75d36;
}