Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6b6;
}
.miami-pink {
color: #f7c5d8;
}
.lavender-candy {
color: #f9b4d2;
}
.blush-hour {
color: #ff7092;
}
.petticoat {
color: #ffcbad;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6b6;
--miami-pink:#f7c5d8;
--lavender-candy:#f9b4d2;
--blush-hour:#ff7092;
--petticoat:#ffcbad;
}