CSS code for this palette
/* CSS */
.limoges {
color: #1f3b70;
}
.delft {
color: #3c598b;
}
.blue-plate {
color: #5c7c9d;
}
.crystal-lake {
color: #89b4c2;
}
.woven-raffia {
color: #f0e1c1;
}
/* CSS Variables */
:root {
--limoges:#1f3b70;
--delft:#3c598b;
--blue-plate:#5c7c9d;
--crystal-lake:#89b4c2;
--woven-raffia:#f0e1c1;
}