Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.mountain-laurel {
color: #f6c6d6;
}
.summer-cosmos {
color: #f9d2e2;
}
.pink-chalk {
color: #f6a2ba;
}
.power-peony {
color: #f2508b;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--mountain-laurel:#f6c6d6;
--summer-cosmos:#f9d2e2;
--pink-chalk:#f6a2ba;
--power-peony:#f2508b;
}