Color names in this palette
CSS code for this palette
/* CSS */
.berrylicious {
color: #d95e6e;
}
.goldsmith {
color: #f0b44c;
}
.tamale-maize {
color: #f7e8b6;
}
.crystal-green {
color: #a0d97d;
}
.aquatic-green {
color: #4b9b9b;
}
/* CSS Variables */
:root {
--berrylicious:#d95e6e;
--goldsmith:#f0b44c;
--tamale-maize:#f7e8b6;
--crystal-green:#a0d97d;
--aquatic-green:#4b9b9b;
}