All Palettes

Color Palette #1b1f23, #4e555f, #8a9ba8, #d2c6c8, #f6d0c1

0%
0%
0%

CSS code for this palette

/* CSS */
.satin-deep-black {
color: #1b1f23;
}
.dark-sea {
color: #4e555f;
}
.relaxing-blue {
color: #8a9ba8;
}
.mother-of-pearl-pink {
color: #d2c6c8;
}
.sand-island {
color: #f6d0c1;
}

/* CSS Variables */
:root {
--satin-deep-black:#1b1f23;
--dark-sea:#4e555f;
--relaxing-blue:#8a9ba8;
--mother-of-pearl-pink:#d2c6c8;
--sand-island:#f6d0c1;
}

More palettes to explore