Color names in this palette
CSS code for this palette
/* CSS */
.voodoo {
color: #492c41;
}
.silken-raspberry {
color: #a67d8e;
}
.sweet-lilac {
color: #e8b5d0;
}
.optimistic-yellow {
color: #f4e1a4;
}
.orange-pospsicle {
color: #f0a30a;
}
/* CSS Variables */
:root {
--voodoo:#492c41;
--silken-raspberry:#a67d8e;
--sweet-lilac:#e8b5d0;
--optimistic-yellow:#f4e1a4;
--orange-pospsicle:#f0a30a;
}