Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d47393;
}
.plum-blossom {
color: #ef9f9f;
}
.first-peach {
color: #f4c8c8;
}
.cute-little-pink {
color: #f4e1e1;
}
.ballet {
color: #f6d5d5;
}
/* CSS Variables */
:root {
--fiesta-pink:#d47393;
--plum-blossom:#ef9f9f;
--first-peach:#f4c8c8;
--cute-little-pink:#f4e1e1;
--ballet:#f6d5d5;
}