Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.puppy-love {
color: #e4b9c1;
}
.antique-wicker-basket {
color: #f2d3a1;
}
.kitten-s-paw {
color: #d8a69d;
}
.magenta-violet {
color: #6c4f8c;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--puppy-love:#e4b9c1;
--antique-wicker-basket:#f2d3a1;
--kitten-s-paw:#d8a69d;
--magenta-violet:#6c4f8c;
}