Color names in this palette
CSS code for this palette
/* CSS */
.lolly-ice {
color: #a5d9d2;
}
.winter-surf {
color: #80bcb4;
}
.hole-in-one {
color: #4cae99;
}
.emerald-whispers {
color: #298978;
}
.deep-sea {
color: #1d7c66;
}
/* CSS Variables */
:root {
--lolly-ice:#a5d9d2;
--winter-surf:#80bcb4;
--hole-in-one:#4cae99;
--emerald-whispers:#298978;
--deep-sea:#1d7c66;
}