All Palettes

Color Palette #1a9bdb, #4ab3e8, #7fd7eb, #b1e2f6, #f0f9ff

0%
0%
0%

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;
}

More palettes to explore