Color names in this palette
CSS code for this palette
/* CSS */
.grape-royale {
color: #522e57;
}
.grape-kiss {
color: #854772;
}
.valentine-heart {
color: #b5739e;
}
.think-pink {
color: #e5a4c0;
}
.orangeville {
color: #eb715c;
}
/* CSS Variables */
:root {
--grape-royale:#522e57;
--grape-kiss:#854772;
--valentine-heart:#b5739e;
--think-pink:#e5a4c0;
--orangeville:#eb715c;
}