All Palettes

Color Palette #2d498f, #4a6ea1, #89a3b8, #b0d1e8, #f4e1a4

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-highlight {
color: #2d498f;
}
.great-serpent {
color: #4a6ea1;
}
.astro-bound {
color: #89a3b8;
}
.chapel-blue {
color: #b0d1e8;
}
.optimistic-yellow {
color: #f4e1a4;
}

/* CSS Variables */
:root {
--blue-highlight:#2d498f;
--great-serpent:#4a6ea1;
--astro-bound:#89a3b8;
--chapel-blue:#b0d1e8;
--optimistic-yellow:#f4e1a4;
}

More palettes to explore