All Palettes

Color Palette #1da2d3, #4ab8d3, #a4d9e5, #f0e7b2, #f6a85a

0%
0%
0%

CSS code for this palette

/* CSS */
.battery-charged-blue {
color: #1da2d3;
}
.bachelor-button {
color: #4ab8d3;
}
.havana-blue {
color: #a4d9e5;
}
.butter-cookie {
color: #f0e7b2;
}
.ginger-milk {
color: #f6a85a;
}

/* CSS Variables */
:root {
--battery-charged-blue:#1da2d3;
--bachelor-button:#4ab8d3;
--havana-blue:#a4d9e5;
--butter-cookie:#f0e7b2;
--ginger-milk:#f6a85a;
}

More palettes to explore