All Palettes

Color Palette #1f2c2d, #4c5b5d, #797e8b, #9b5e9c, #bd3d5b

0%
0%
0%

CSS code for this palette

/* CSS */
.charleston-green {
color: #1f2c2d;
}
.submarine-grey {
color: #4c5b5d;
}
.carbon-footprint {
color: #797e8b;
}
.heath-spotted-orchid {
color: #9b5e9c;
}
.saffron-desires {
color: #bd3d5b;
}

/* CSS Variables */
:root {
--charleston-green:#1f2c2d;
--submarine-grey:#4c5b5d;
--carbon-footprint:#797e8b;
--heath-spotted-orchid:#9b5e9c;
--saffron-desires:#bd3d5b;
}

More palettes to explore