All Palettes

Color Palette #1f3a5b, #4b6d8b, #8bb5c1, #f1e1a7, #e25a3c

0%
0%
0%

CSS code for this palette

/* CSS */
.navy-peony {
color: #1f3a5b;
}
.revel-blue {
color: #4b6d8b;
}
.thistleblossom-soft-blue {
color: #8bb5c1;
}
.french-vanilla {
color: #f1e1a7;
}
.tiger-lily {
color: #e25a3c;
}

/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--revel-blue:#4b6d8b;
--thistleblossom-soft-blue:#8bb5c1;
--french-vanilla:#f1e1a7;
--tiger-lily:#e25a3c;
}

More palettes to explore