All Palettes

Color Palette #1a3d5b, #3b6c8c, #73c1d9, #f0e19e, #e77b5a

0%
0%
0%

CSS code for this palette

/* CSS */
.capital-blue {
color: #1a3d5b;
}
.big-sur-blue-jade {
color: #3b6c8c;
}
.thredbo {
color: #73c1d9;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.tangerine-flake {
color: #e77b5a;
}

/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--big-sur-blue-jade:#3b6c8c;
--thredbo:#73c1d9;
--bells-and-whistles-gold:#f0e19e;
--tangerine-flake:#e77b5a;
}

More palettes to explore