All Palettes

Color Palette #1abc9c, #f1a7d6, #f5c7df, #f9e59f, #f39c12

0%
0%
0%

CSS code for this palette

/* CSS */
.aloha {
color: #1abc9c;
}
.pretty-pink-piggy {
color: #f1a7d6;
}
.laelia-pink {
color: #f5c7df;
}
.storm-lightning {
color: #f9e59f;
}
.dodgeroll-gold {
color: #f39c12;
}

/* CSS Variables */
:root {
--aloha:#1abc9c;
--pretty-pink-piggy:#f1a7d6;
--laelia-pink:#f5c7df;
--storm-lightning:#f9e59f;
--dodgeroll-gold:#f39c12;
}

More palettes to explore