Color names in this palette
CSS code for this palette
/* CSS */
.wintertime-mauve {
color: #7b67a8;
}
.african-violet {
color: #b085b2;
}
.rhodonite {
color: #f1b7c4;
}
.flaxseed {
color: #f7e6c5;
}
.yellow-cream {
color: #f2d269;
}
/* CSS Variables */
:root {
--wintertime-mauve:#7b67a8;
--african-violet:#b085b2;
--rhodonite:#f1b7c4;
--flaxseed:#f7e6c5;
--yellow-cream:#f2d269;
}