Color names in this palette
CSS code for this palette
/* CSS */
.blue-fire {
color: #00a8e0;
}
.homeworld {
color: #1b9dda;
}
.high-blue {
color: #4bb2e2;
}
.nevada-sky {
color: #a3d6e6;
}
.white-solid {
color: #f5f5fa;
}
/* CSS Variables */
:root {
--blue-fire:#00a8e0;
--homeworld:#1b9dda;
--high-blue:#4bb2e2;
--nevada-sky:#a3d6e6;
--white-solid:#f5f5fa;
}