Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.violetta {
color: #a76c9a;
}
.eau-de-rose {
color: #e1b7d2;
}
.pinenut {
color: #f7d7b6;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--violetta:#a76c9a;
--eau-de-rose:#e1b7d2;
--pinenut:#f7d7b6;
--welcoming-wasp:#f0a800;
}