Color names in this palette
CSS code for this palette
/* CSS */
.passionate-plum {
color: #75385c;
}
.bordeaux-red {
color: #6d2c4e;
}
.purple-starburst {
color: #b36b8e;
}
.soft-cashmere {
color: #e9b4d8;
}
.banana-drama {
color: #f2d64a;
}
/* CSS Variables */
:root {
--passionate-plum:#75385c;
--bordeaux-red:#6d2c4e;
--purple-starburst:#b36b8e;
--soft-cashmere:#e9b4d8;
--banana-drama:#f2d64a;
}