All Palettes

Color Palette #1f9dbd, #4bc7d8, #89e1e6, #f1f7e8, #f9b14e

0%
0%
0%

CSS code for this palette

/* CSS */
.butterfly-blue {
color: #1f9dbd;
}
.sea-serpent {
color: #4bc7d8;
}
.island-paradise {
color: #89e1e6;
}
.applemint-soda {
color: #f1f7e8;
}
.salted-caramel-popcorn {
color: #f9b14e;
}

/* CSS Variables */
:root {
--butterfly-blue:#1f9dbd;
--sea-serpent:#4bc7d8;
--island-paradise:#89e1e6;
--applemint-soda:#f1f7e8;
--salted-caramel-popcorn:#f9b14e;
}

More palettes to explore