All Palettes

Color Palette #3e8e8e, #5cb7b7, #85d6d6, #f7c94b, #e69a28

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-chill {
color: #3e8e8e;
}
.hygiene-green {
color: #5cb7b7;
}
.mountain-lake-blue {
color: #85d6d6;
}
.sunny-mood {
color: #f7c94b;
}
.clarified-butter {
color: #e69a28;
}

/* CSS Variables */
:root {
--blue-chill:#3e8e8e;
--hygiene-green:#5cb7b7;
--mountain-lake-blue:#85d6d6;
--sunny-mood:#f7c94b;
--clarified-butter:#e69a28;
}

More palettes to explore