Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3c6b;
}
.antilles-blue {
color: #3b5b8c;
}
.bay-view {
color: #6b7f9e;
}
.airborne {
color: #a0c2d4;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
/* CSS Variables */
:root {
--limoges:#1f3c6b;
--antilles-blue:#3b5b8c;
--bay-view:#6b7f9e;
--airborne:#a0c2d4;
--bells-and-whistles-gold:#f0e19e;
}