Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.violet-femmes {
color: #a56f9d;
}
.sweet-curry {
color: #e8a578;
}
.mocha-dandelion {
color: #efd76c;
}
.horror-snob {
color: #d24e4b;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--violet-femmes:#a56f9d;
--sweet-curry:#e8a578;
--mocha-dandelion:#efd76c;
--horror-snob:#d24e4b;
}