All Palettes

Color Palette #ffffff, #10a5b2, #007c85, #b2f0f0, #1dc2e7

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.riviera {
color: #10a5b2;
}
.cote-d-azur {
color: #007c85;
}
.mint-macaron {
color: #b2f0f0;
}
.caribbean-blue {
color: #1dc2e7;
}

/* CSS Variables */
:root {
--white:#ffffff;
--riviera:#10a5b2;
--cote-d-azur:#007c85;
--mint-macaron:#b2f0f0;
--caribbean-blue:#1dc2e7;
}

More palettes to explore