Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f5b7d1;
}
.icy-lemonade {
color: #f7e9b0;
}
.eerie-glow {
color: #a7d7b8;
}
.aero {
color: #7eb4e7;
}
.spring-wisteria {
color: #d0a4df;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f5b7d1;
--icy-lemonade:#f7e9b0;
--eerie-glow:#a7d7b8;
--aero:#7eb4e7;
--spring-wisteria:#d0a4df;
}