All Palettes

Color Palette #5f898c, #a0d9d4, #e2f8f5, #ffb861, #ff6e61

0%
0%
0%

CSS code for this palette

/* CSS */
.steel-teal {
color: #5f898c;
}
.blue-tint {
color: #a0d9d4;
}
.frosty-mint {
color: #e2f8f5;
}
.peanut-butter-chicken {
color: #ffb861;
}
.grapefruit-pulp {
color: #ff6e61;
}

/* CSS Variables */
:root {
--steel-teal:#5f898c;
--blue-tint:#a0d9d4;
--frosty-mint:#e2f8f5;
--peanut-butter-chicken:#ffb861;
--grapefruit-pulp:#ff6e61;
}

More palettes to explore