Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3f8d;
}
.wisteria {
color: #a77ccb;
}
.rozowy-pink {
color: #f2a6b8;
}
.rose-reminder {
color: #f6c1c6;
}
.midday-sun {
color: #ffe3a3;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3f8d;
--wisteria:#a77ccb;
--rozowy-pink:#f2a6b8;
--rose-reminder:#f6c1c6;
--midday-sun:#ffe3a3;
}