Color names in this palette
CSS code for this palette
/* CSS */
.biel-tan-green {
color: #1a996a;
}
.synergy {
color: #46c3b4;
}
.turquoise-sea {
color: #6fd1e7;
}
.golden-glam {
color: #f4b943;
}
.quince-jelly {
color: #f89130;
}
/* CSS Variables */
:root {
--biel-tan-green:#1a996a;
--synergy:#46c3b4;
--turquoise-sea:#6fd1e7;
--golden-glam:#f4b943;
--quince-jelly:#f89130;
}