Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.citrus-sachet {
color: #f1c7a7;
}
.rhubarb-gin {
color: #d7a7c1;
}
.violet-femmes {
color: #a66e9d;
}
.beaded-blue {
color: #4d4b8b;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--citrus-sachet:#f1c7a7;
--rhubarb-gin:#d7a7c1;
--violet-femmes:#a66e9d;
--beaded-blue:#4d4b8b;
}