Color names in this palette
CSS code for this palette
/* CSS */
.purple-premiere {
color: #b59cd3;
}
.plum-s-the-word {
color: #dfc7f0;
}
.soya {
color: #f9e3be;
}
.shrimp-cocktail {
color: #f4a462;
}
.flirty-rose {
color: #d75b8d;
}
/* CSS Variables */
:root {
--purple-premiere:#b59cd3;
--plum-s-the-word:#dfc7f0;
--soya:#f9e3be;
--shrimp-cocktail:#f4a462;
--flirty-rose:#d75b8d;
}