Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1b4e8d;
}
.navagio-bay {
color: #3c8eb4;
}
.magnesia-bay {
color: #5ec9e4;
}
.blizzard-blue {
color: #a1e5f2;
}
.silent-snowfall {
color: #eef8fc;
}
/* CSS Variables */
:root {
--dancing-sea:#1b4e8d;
--navagio-bay:#3c8eb4;
--magnesia-bay:#5ec9e4;
--blizzard-blue:#a1e5f2;
--silent-snowfall:#eef8fc;
}