Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.wisteria-purple {
color: #8a5f9b;
}
.young-prince {
color: #b18abc;
}
.goldsmith {
color: #f0b44c;
}
.nasturtium {
color: #ff5b29;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--wisteria-purple:#8a5f9b;
--young-prince:#b18abc;
--goldsmith:#f0b44c;
--nasturtium:#ff5b29;
}