Color names in this palette
CSS code for this palette
/* CSS */
.calla {
color: #f1e0b6;
}
.pink-beach {
color: #f9c3a4;
}
.rogue-pink {
color: #f8a5c2;
}
.sugar-tooth {
color: #d58b9f;
}
.violet-femmes {
color: #a66e9c;
}
/* CSS Variables */
:root {
--calla:#f1e0b6;
--pink-beach:#f9c3a4;
--rogue-pink:#f8a5c2;
--sugar-tooth:#d58b9f;
--violet-femmes:#a66e9c;
}