All Palettes

Color Palette #1e5d76, #3bb0a8, #6ee2d3, #f4e1a4, #f8a2a0

0%
0%
0%

CSS code for this palette

/* CSS */
.deep-blue-sea {
color: #1e5d76;
}
.island-moment {
color: #3bb0a8;
}
.turquoise-chalk {
color: #6ee2d3;
}
.optimistic-yellow {
color: #f4e1a4;
}
.candlelight-peach {
color: #f8a2a0;
}

/* CSS Variables */
:root {
--deep-blue-sea:#1e5d76;
--island-moment:#3bb0a8;
--turquoise-chalk:#6ee2d3;
--optimistic-yellow:#f4e1a4;
--candlelight-peach:#f8a2a0;
}

More palettes to explore