All Palettes

Color Palette #e3e3e3, #b8b8b8, #ffffff, #85d6d6, #d67a7a

0%
0%
0%

CSS code for this palette

/* CSS */
.aria {
color: #e3e3e3;
}
.fortress-grey {
color: #b8b8b8;
}
.white {
color: #ffffff;
}
.mountain-lake-blue {
color: #85d6d6;
}
.juicy-details {
color: #d67a7a;
}

/* CSS Variables */
:root {
--aria:#e3e3e3;
--fortress-grey:#b8b8b8;
--white:#ffffff;
--mountain-lake-blue:#85d6d6;
--juicy-details:#d67a7a;
}

More palettes to explore