All Palettes

Color Palette #3c9090, #59b1b1, #85d6d6, #f1b74b, #e8493b

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-chill {
color: #3c9090;
}
.artesian-well {
color: #59b1b1;
}
.mountain-lake-blue {
color: #85d6d6;
}
.maximum-yellow-red {
color: #f1b74b;
}
.mandarin-red {
color: #e8493b;
}

/* CSS Variables */
:root {
--blue-chill:#3c9090;
--artesian-well:#59b1b1;
--mountain-lake-blue:#85d6d6;
--maximum-yellow-red:#f1b74b;
--mandarin-red:#e8493b;
}

More palettes to explore