Color names in this palette
CSS code for this palette
/* CSS */
.french-plum {
color: #891551;
}
.magenta-haze {
color: #a04b75;
}
.opera-mauve {
color: #b785a6;
}
.berry-popsicle {
color: #d6a9c9;
}
.venetian-rose {
color: #f0c7e2;
}
/* CSS Variables */
:root {
--french-plum:#891551;
--magenta-haze:#a04b75;
--opera-mauve:#b785a6;
--berry-popsicle:#d6a9c9;
--venetian-rose:#f0c7e2;
}