Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d6c8ee;
}
.silver-rust {
color: #c8a4e0;
}
.wisteria {
color: #a77dcf;
}
.blackberry-yogurt {
color: #e6b7e3;
}
.pink-frosting {
color: #f6d5e1;
}
/* CSS Variables */
:root {
--foggy-love:#d6c8ee;
--silver-rust:#c8a4e0;
--wisteria:#a77dcf;
--blackberry-yogurt:#e6b7e3;
--pink-frosting:#f6d5e1;
}