Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a35c8d;
}
.rozowy-pink {
color: #f1a7b9;
}
.allspice {
color: #f9cca9;
}
.lazy-daisy {
color: #f8e9a0;
}
.golden-kiwi {
color: #f4d134;
}
/* CSS Variables */
:root {
--thimble-red:#a35c8d;
--rozowy-pink:#f1a7b9;
--allspice:#f9cca9;
--lazy-daisy:#f8e9a0;
--golden-kiwi:#f4d134;
}