All Palettes

Color Palette #a18e30, #e0c57b, #f1e9b1, #f6b4a2, #d55a3f

0%
0%
0%

CSS code for this palette

/* CSS */
.faint-green {
color: #a18e30;
}
.blossom-yellow {
color: #e0c57b;
}
.invigorating {
color: #f1e9b1;
}
.first-date {
color: #f6b4a2;
}
.fireglow {
color: #d55a3f;
}

/* CSS Variables */
:root {
--faint-green:#a18e30;
--blossom-yellow:#e0c57b;
--invigorating:#f1e9b1;
--first-date:#f6b4a2;
--fireglow:#d55a3f;
}

More palettes to explore