Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.vivid-sky-blue {
color: #00c8ff;
}
.fresh-air {
color: #a3e8ff;
}
.homeworld {
color: #1b97de;
}
.stomy-shower {
color: #0086b3;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--vivid-sky-blue:#00c8ff;
--fresh-air:#a3e8ff;
--homeworld:#1b97de;
--stomy-shower:#0086b3;
}