All Palettes

Color Palette #1a8e8a, #3dc7b4, #5af2e2, #ff9e3d, #ff5e1f

0%
0%
0%

CSS code for this palette

/* CSS */
.ocean-liner {
color: #1a8e8a;
}
.tint-of-turquoise {
color: #3dc7b4;
}
.near-moon {
color: #5af2e2;
}
.hawaiian-passion {
color: #ff9e3d;
}
.giants-orange {
color: #ff5e1f;
}

/* CSS Variables */
:root {
--ocean-liner:#1a8e8a;
--tint-of-turquoise:#3dc7b4;
--near-moon:#5af2e2;
--hawaiian-passion:#ff9e3d;
--giants-orange:#ff5e1f;
}

More palettes to explore