All Palettes

Color Palette #1b1b1d, #2d2d2f, #4c4c4d, #ff0051, #00e5e6

0%
0%
0%

CSS code for this palette

/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.dark-onyx {
color: #2d2d2f;
}
.shady-character {
color: #4c4c4d;
}
.hawaiian-raspberry {
color: #ff0051;
}
.bright-turquoise {
color: #00e5e6;
}

/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--dark-onyx:#2d2d2f;
--shady-character:#4c4c4d;
--hawaiian-raspberry:#ff0051;
--bright-turquoise:#00e5e6;
}

More palettes to explore