Color names in this palette
CSS code for this palette
/* CSS */
.concord-jam {
color: #6c5b80;
}
.violet-whimsy {
color: #b18cb5;
}
.alyssa {
color: #f4e2d7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--concord-jam:#6c5b80;
--violet-whimsy:#b18cb5;
--alyssa:#f4e2d7;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}