Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f2a6b1;
}
.sweet-lilac {
color: #eab8d1;
}
.pretty-petunia {
color: #d5b1e7;
}
.polar-blue {
color: #b3e0e6;
}
.grape-green {
color: #abeba2;
}
/* CSS Variables */
:root {
--pink-fit:#f2a6b1;
--sweet-lilac:#eab8d1;
--pretty-petunia:#d5b1e7;
--polar-blue:#b3e0e6;
--grape-green:#abeba2;
}