Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5a3e8e;
}
.berry-burst {
color: #a76eaa;
}
.pink-chalk {
color: #f49fbe;
}
.wake-me-up {
color: #f6d55a;
}
.dark-shamrock {
color: #3fcf8e;
}
/* CSS Variables */
:root {
--daisy-bush:#5a3e8e;
--berry-burst:#a76eaa;
--pink-chalk:#f49fbe;
--wake-me-up:#f6d55a;
--dark-shamrock:#3fcf8e;
}