All Palettes

Color Palette #1f78d1, #4ab3e8, #a1d6e8, #f4e39f, #f39c9b

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-eyed-boy {
color: #1f78d1;
}
.high-blue {
color: #4ab3e8;
}
.light-budgie-blue {
color: #a1d6e8;
}
.venetian-yellow {
color: #f4e39f;
}
.pink-eraser {
color: #f39c9b;
}

/* CSS Variables */
:root {
--blue-eyed-boy:#1f78d1;
--high-blue:#4ab3e8;
--light-budgie-blue:#a1d6e8;
--venetian-yellow:#f4e39f;
--pink-eraser:#f39c9b;
}

More palettes to explore