Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1b9dda;
}
.blue-fire {
color: #00a8e0;
}
.blue-atoll {
color: #00b4e0;
}
.maldives {
color: #00c2e0;
}
.aztec-turquoise {
color: #00d9e0;
}
/* CSS Variables */
:root {
--homeworld:#1b9dda;
--blue-fire:#00a8e0;
--blue-atoll:#00b4e0;
--maldives:#00c2e0;
--aztec-turquoise:#00d9e0;
}