All Palettes

Color Palette #1f988c, #f0d400, #ff6e61, #ff9900, #f5b3b2

0%
0%
0%

CSS code for this palette

/* CSS */
.ocean-liner {
color: #1f988c;
}
.safety-yellow {
color: #f0d400;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.precious-pink {
color: #f5b3b2;
}

/* CSS Variables */
:root {
--ocean-liner:#1f988c;
--safety-yellow:#f0d400;
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--precious-pink:#f5b3b2;
}

More palettes to explore