All Palettes

Color Palette #1a8a9e, #5ec2c9, #8ed5d7, #f4b69f, #f48d3e

0%
0%
0%

CSS code for this palette

/* CSS */
.safe-harbour {
color: #1a8a9e;
}
.faded-jeans {
color: #5ec2c9;
}
.winter-chill {
color: #8ed5d7;
}
.first-date {
color: #f4b69f;
}
.hot-orange {
color: #f48d3e;
}

/* CSS Variables */
:root {
--safe-harbour:#1a8a9e;
--faded-jeans:#5ec2c9;
--winter-chill:#8ed5d7;
--first-date:#f4b69f;
--hot-orange:#f48d3e;
}

More palettes to explore