Color names in this palette
CSS code for this palette
/* CSS */
.berrylicious {
color: #d95e6e;
}
.peanut-butter-chicken {
color: #ffb861;
}
.shaded-sun {
color: #f6eba7;
}
.eerie-glow {
color: #a7d7b8;
}
.coolbox-ice-turquoise {
color: #4d9d9b;
}
/* CSS Variables */
:root {
--berrylicious:#d95e6e;
--peanut-butter-chicken:#ffb861;
--shaded-sun:#f6eba7;
--eerie-glow:#a7d7b8;
--coolbox-ice-turquoise:#4d9d9b;
}