Color names in this palette
CSS code for this palette
/* CSS */
.lilac-lace {
color: #c3a1d4;
}
.enchanted-lavender {
color: #bea3d7;
}
.rozowy-pink {
color: #f6a7b8;
}
.pyrite {
color: #f4c543;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--lilac-lace:#c3a1d4;
--enchanted-lavender:#bea3d7;
--rozowy-pink:#f6a7b8;
--pyrite:#f4c543;
--welcoming-wasp:#f0a800;
}