Color names in this palette
CSS code for this palette
/* CSS */
.violet-femmes {
color: #a66e9c;
}
.gizmo {
color: #d9a1b3;
}
.tinted-rosewood {
color: #e1c6d1;
}
.aspen-yellow {
color: #f4e09f;
}
.equator {
color: #d9b05e;
}
/* CSS Variables */
:root {
--violet-femmes:#a66e9c;
--gizmo:#d9a1b3;
--tinted-rosewood:#e1c6d1;
--aspen-yellow:#f4e09f;
--equator:#d9b05e;
}