Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e3a6c;
}
.antilles-blue {
color: #3a5f8d;
}
.grant-village {
color: #6991b0;
}
.minuet {
color: #a4b6d0;
}
.golden-kiwi {
color: #f8d135;
}
/* CSS Variables */
:root {
--limoges:#1e3a6c;
--antilles-blue:#3a5f8d;
--grant-village:#6991b0;
--minuet:#a4b6d0;
--golden-kiwi:#f8d135;
}