Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #496c92;
}
.sea-crystal {
color: #5e8da6;
}
.horizon-haze {
color: #7fc2e6;
}
.dithered-sky {
color: #b8e0ff;
}
.electric-arc {
color: #f7f6ca;
}
/* CSS Variables */
:root {
--sailor-s-bay:#496c92;
--sea-crystal:#5e8da6;
--horizon-haze:#7fc2e6;
--dithered-sky:#b8e0ff;
--electric-arc:#f7f6ca;
}