All Palettes

Color Palette #b0d7e3, #f5c99e, #f7b5a1, #d9bf78, #a2d8d0

0%
0%
0%

CSS code for this palette

/* CSS */
.something-blue {
color: #b0d7e3;
}
.sundown {
color: #f5c99e;
}
.mystic-tulip {
color: #f7b5a1;
}
.morning-s-egg {
color: #d9bf78;
}
.smooth-satin {
color: #a2d8d0;
}

/* CSS Variables */
:root {
--something-blue:#b0d7e3;
--sundown:#f5c99e;
--mystic-tulip:#f7b5a1;
--morning-s-egg:#d9bf78;
--smooth-satin:#a2d8d0;
}

More palettes to explore