Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.aquatint {
color: #b8e5e0;
}
.sango-pink {
color: #f5b1a8;
}
.shrimp-toast {
color: #f7c6a1;
}
.buffalo-trail {
color: #e1af7a;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--aquatint:#b8e5e0;
--sango-pink:#f5b1a8;
--shrimp-toast:#f7c6a1;
--buffalo-trail:#e1af7a;
}