All Palettes

Color Palette #1c7b7d, #5fb4b1, #9fd6d3, #f5e8d1, #f1b341

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.artesian-well {
color: #5fb4b1;
}
.shallow-shoal {
color: #9fd6d3;
}
.golden-mushroom {
color: #f5e8d1;
}
.butter-cream {
color: #f1b341;
}

/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--artesian-well:#5fb4b1;
--shallow-shoal:#9fd6d3;
--golden-mushroom:#f5e8d1;
--butter-cream:#f1b341;
}

More palettes to explore