Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5b3b8c;
}
.lilac-bush {
color: #9d6dc5;
}
.bright-ube {
color: #d6a1e8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--daisy-bush:#5b3b8c;
--lilac-bush:#9d6dc5;
--bright-ube:#d6a1e8;
--apricot-glazed-chicken:#f5a524;
--grapefruit-pulp:#ff6e61;
}