Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7a4d89;
}
.violet-femmes {
color: #a4709d;
}
.gizmo {
color: #d4a1b3;
}
.dreamsicle {
color: #f5d4c2;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7a4d89;
--violet-femmes:#a4709d;
--gizmo:#d4a1b3;
--dreamsicle:#f5d4c2;
--blue-angels-yellow:#fab700;
}