Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5e3b8c;
}
.jubilee {
color: #7c5c9d;
}
.purple-lepidolite {
color: #b68bae;
}
.channel {
color: #f1c4c0;
}
.butterscotch {
color: #f9b248;
}
/* CSS Variables */
:root {
--daisy-bush:#5e3b8c;
--jubilee:#7c5c9d;
--purple-lepidolite:#b68bae;
--channel:#f1c4c0;
--butterscotch:#f9b248;
}