Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9bdb;
}
.high-blue {
color: #4ab3e8;
}
.medium-sky-blue {
color: #7fd7eb;
}
.azure-sky {
color: #b1e2f6;
}
.alice-blue {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--homeworld:#1a9bdb;
--high-blue:#4ab3e8;
--medium-sky-blue:#7fd7eb;
--azure-sky:#b1e2f6;
--alice-blue:#f0f9ff;
}