All Palettes

Color Palette #5b8b89, #8cc0a0, #e3e03b, #f7b2a1, #ff6e61

0%
0%
0%

CSS code for this palette

/* CSS */
.steel-teal {
color: #5b8b89;
}
.lark-green {
color: #8cc0a0;
}
.starship {
color: #e3e03b;
}
.first-date {
color: #f7b2a1;
}
.grapefruit-pulp {
color: #ff6e61;
}

/* CSS Variables */
:root {
--steel-teal:#5b8b89;
--lark-green:#8cc0a0;
--starship:#e3e03b;
--first-date:#f7b2a1;
--grapefruit-pulp:#ff6e61;
}

More palettes to explore