Color names in this palette
CSS code for this palette
/* CSS */
.lounge-violet {
color: #5c2f6f;
}
.safflower-purple {
color: #b74e8e;
}
.shiny-trumpet {
color: #ebb056;
}
.cymophane-yellow {
color: #f2e4a6;
}
.certain-peach {
color: #f3b9a0;
}
/* CSS Variables */
:root {
--lounge-violet:#5c2f6f;
--safflower-purple:#b74e8e;
--shiny-trumpet:#ebb056;
--cymophane-yellow:#f2e4a6;
--certain-peach:#f3b9a0;
}