Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.heath-spotted-orchid {
color: #a45b9c;
}
.shrimp-cocktail {
color: #f4a462;
}
.wake-me-up {
color: #f6d55a;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--heath-spotted-orchid:#a45b9c;
--shrimp-cocktail:#f4a462;
--wake-me-up:#f6d55a;
--azure-tide:#2a9d90;
}