Color names in this palette
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;
}