Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5a3e8e;
}
.lusty-lavender {
color: #8c58b6;
}
.tropical-violet {
color: #cda4e0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.camellia {
color: #f76c59;
}
/* CSS Variables */
:root {
--daisy-bush:#5a3e8e;
--lusty-lavender:#8c58b6;
--tropical-violet:#cda4e0;
--apricot-glazed-chicken:#f5a524;
--camellia:#f76c59;
}