Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.endeavour {
color: #2e5a8e;
}
.boat-house {
color: #4b8bb9;
}
.shimmering-brook {
color: #65b1d2;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--endeavour:#2e5a8e;
--boat-house:#4b8bb9;
--shimmering-brook:#65b1d2;
--atmospheric-soft-blue:#a8e2f0;
}