Color names in this palette
CSS code for this palette
/* CSS */
.simply-violet {
color: #a3a2d8;
}
.manga-pink {
color: #f6b6d7;
}
.esprit-peach {
color: #ffc09e;
}
.scalloped-oak {
color: #f1d1a2;
}
.nude-flamingo {
color: #e08f7b;
}
/* CSS Variables */
:root {
--simply-violet:#a3a2d8;
--manga-pink:#f6b6d7;
--esprit-peach:#ffc09e;
--scalloped-oak:#f1d1a2;
--nude-flamingo:#e08f7b;
}