Color names in this palette
CSS code for this palette
/* CSS */
.orchid-dottyback {
color: #a752a7;
}
.peppermint-swirl {
color: #d45e81;
}
.garden-glory {
color: #ffc2cf;
}
.venetian-yellow {
color: #f6e5a2;
}
.eau-de-rose {
color: #e1b7d1;
}
/* CSS Variables */
:root {
--orchid-dottyback:#a752a7;
--peppermint-swirl:#d45e81;
--garden-glory:#ffc2cf;
--venetian-yellow:#f6e5a2;
--eau-de-rose:#e1b7d1;
}