Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.miami-pink {
color: #f7c5da;
}
.light-orchid {
color: #e9aad9;
}
.sweet-perfume {
color: #d69ebb;
}
.plumeria {
color: #c6b2d2;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--miami-pink:#f7c5da;
--light-orchid:#e9aad9;
--sweet-perfume:#d69ebb;
--plumeria:#c6b2d2;
}