Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.drip {
color: #a5c9d5;
}
.pink-sand {
color: #e1b198;
}
.welcoming-wasp {
color: #f0a800;
}
.childhood-crush {
color: #e26a6a;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--drip:#a5c9d5;
--pink-sand:#e1b198;
--welcoming-wasp:#f0a800;
--childhood-crush:#e26a6a;
}