Color names in this palette
CSS code for this palette
/* CSS */
.wewak {
color: #f28c98;
}
.kacey-s-pink {
color: #e64c7f;
}
.fiesta-pink {
color: #d56c93;
}
.cosmetic-red {
color: #a35c7b;
}
.vibrant-red {
color: #bf4f6d;
}
/* CSS Variables */
:root {
--wewak:#f28c98;
--kacey-s-pink:#e64c7f;
--fiesta-pink:#d56c93;
--cosmetic-red:#a35c7b;
--vibrant-red:#bf4f6d;
}