Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.satin-flower {
color: #b98ebe;
}
.poodle-pink {
color: #f1d0e7;
}
.happy-piglets {
color: #f6cbcb;
}
.bright-yarrow {
color: #f9cf6c;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--satin-flower:#b98ebe;
--poodle-pink:#f1d0e7;
--happy-piglets:#f6cbcb;
--bright-yarrow:#f9cf6c;
}