Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.lemon-gelato {
color: #f6e99d;
}
.pretty-in-pink {
color: #f9b9e5;
}
.pink-fit {
color: #f6a7b2;
}
.tickled-pink {
color: #f0a8c1;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--lemon-gelato:#f6e99d;
--pretty-in-pink:#f9b9e5;
--pink-fit:#f6a7b2;
--tickled-pink:#f0a8c1;
}