All Palettes

Color Palette #1e497b, #4f7c9c, #7db4c5, #b5e3d6, #f1d25f

0%
0%
0%

CSS code for this palette

/* CSS */
.theatre-blue {
color: #1e497b;
}
.storm-blue {
color: #4f7c9c;
}
.tennis-blue {
color: #7db4c5;
}
.cruise {
color: #b5e3d6;
}
.ride-off-into-the-sunset {
color: #f1d25f;
}

/* CSS Variables */
:root {
--theatre-blue:#1e497b;
--storm-blue:#4f7c9c;
--tennis-blue:#7db4c5;
--cruise:#b5e3d6;
--ride-off-into-the-sunset:#f1d25f;
}

More palettes to explore