Color names in this palette
CSS code for this palette
/* CSS */
.autumn-wisteria {
color: #c7a1d9;
}
.minute-mauve {
color: #f4e1f4;
}
.sly-shrimp {
color: #f7e2d9;
}
.eerie-glow {
color: #a7d7b8;
}
.blush-d-amour {
color: #d85a84;
}
/* CSS Variables */
:root {
--autumn-wisteria:#c7a1d9;
--minute-mauve:#f4e1f4;
--sly-shrimp:#f7e2d9;
--eerie-glow:#a7d7b8;
--blush-d-amour:#d85a84;
}