Color names in this palette
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;
}