Color names in this palette
CSS code for this palette
/* CSS */
.perky {
color: #3e8e7e;
}
.tropic-turquoise {
color: #6db6a1;
}
.botanical-tint {
color: #a6e3d5;
}
.apricot-cream {
color: #f4c18a;
}
.candlelight-peach {
color: #f8a39b;
}
/* CSS Variables */
:root {
--perky:#3e8e7e;
--tropic-turquoise:#6db6a1;
--botanical-tint:#a6e3d5;
--apricot-cream:#f4c18a;
--candlelight-peach:#f8a39b;
}