Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1d3a6d;
}
.sailor-s-bay {
color: #4b6f91;
}
.grauzone {
color: #87a4b5;
}
.sea-drive {
color: #c2d4e0;
}
.silent-snowfall {
color: #eff6fb;
}
/* CSS Variables */
:root {
--limoges:#1d3a6d;
--sailor-s-bay:#4b6f91;
--grauzone:#87a4b5;
--sea-drive:#c2d4e0;
--silent-snowfall:#eff6fb;
}