Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-mousse {
color: #a4607e;
}
.sugar-tooth {
color: #d68f9c;
}
.seasonal-beige {
color: #e6b59e;
}
.anise-flower {
color: #f3e2b4;
}
.sunday-afternoon {
color: #f5c87a;
}
/* CSS Variables */
:root {
--strawberry-mousse:#a4607e;
--sugar-tooth:#d68f9c;
--seasonal-beige:#e6b59e;
--anise-flower:#f3e2b4;
--sunday-afternoon:#f5c87a;
}