Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7c4b8b;
}
.our-little-secret {
color: #a64e77;
}
.natural-candy-pink {
color: #e57179;
}
.n-renji-orange {
color: #fcc14a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7c4b8b;
--our-little-secret:#a64e77;
--natural-candy-pink:#e57179;
--n-renji-orange:#fcc14a;
--creamy-sweet-corn:#f9c54e;
}