CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.zenith {
color: #497b9c;
}
.tennis-blue {
color: #7eb4c9;
}
.bathe-blue {
color: #c2dfe5;
}
.admiration {
color: #f6f3d5;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--zenith:#497b9c;
--tennis-blue:#7eb4c9;
--bathe-blue:#c2dfe5;
--admiration:#f6f3d5;
}