Color names in this palette
CSS code for this palette
/* CSS */
.ponceau {
color: #f15f7a;
}
.glitter-yellow {
color: #f8d75d;
}
.pale-frost {
color: #c6e3f1;
}
.green-trance {
color: #a4d6a7;
}
.cleopatra-s-gown {
color: #7f4e8d;
}
/* CSS Variables */
:root {
--ponceau:#f15f7a;
--glitter-yellow:#f8d75d;
--pale-frost:#c6e3f1;
--green-trance:#a4d6a7;
--cleopatra-s-gown:#7f4e8d;
}