All Palettes

Color Palette #1b202d, #4a4e68, #9a8d98, #f2e8e3, #ff6e61

0%
0%
0%

CSS code for this palette

/* CSS */
.dark {
color: #1b202d;
}
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.quartz-white {
color: #f2e8e3;
}
.grapefruit-pulp {
color: #ff6e61;
}

/* CSS Variables */
:root {
--dark:#1b202d;
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--quartz-white:#f2e8e3;
--grapefruit-pulp:#ff6e61;
}

More palettes to explore