All Palettes

Color Palette #1e8a8a, #4dbcdb, #76e5e5, #f5b53d, #d8492c

0%
0%
0%

CSS code for this palette

/* CSS */
.ocean-liner {
color: #1e8a8a;
}
.bachelor-button {
color: #4dbcdb;
}
.turkish-turquoise {
color: #76e5e5;
}
.dairy-made {
color: #f5b53d;
}
.spicy-orange {
color: #d8492c;
}

/* CSS Variables */
:root {
--ocean-liner:#1e8a8a;
--bachelor-button:#4dbcdb;
--turkish-turquoise:#76e5e5;
--dairy-made:#f5b53d;
--spicy-orange:#d8492c;
}

More palettes to explore