Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.jubilee {
color: #7b5e9c;
}
.garden-pansy {
color: #a78eb8;
}
.designer-pink {
color: #e3bad5;
}
.cheddar-corn {
color: #f6d4b6;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--jubilee:#7b5e9c;
--garden-pansy:#a78eb8;
--designer-pink:#e3bad5;
--cheddar-corn:#f6d4b6;
}