Color names in this palette
CSS code for this palette
/* CSS */
.stomy-shower {
color: #0086b3;
}
.vanadyl-blue {
color: #00a5e0;
}
.sea-capture {
color: #5cc5e6;
}
.blizzard-blue {
color: #a1e7f2;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--stomy-shower:#0086b3;
--vanadyl-blue:#00a5e0;
--sea-capture:#5cc5e6;
--blizzard-blue:#a1e7f2;
--everlasting-ice:#f5fafa;
}