Color names in this palette
CSS code for this palette
/* CSS */
.tapestry-teal {
color: #4b8186;
}
.aurora-teal {
color: #6fb3b0;
}
.lake-reflection {
color: #9fd4db;
}
.golden-glam {
color: #f4b943;
}
.berrylicious {
color: #d95e6a;
}
/* CSS Variables */
:root {
--tapestry-teal:#4b8186;
--aurora-teal:#6fb3b0;
--lake-reflection:#9fd4db;
--golden-glam:#f4b943;
--berrylicious:#d95e6a;
}