Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6b3f92;
}
.royal-pretender {
color: #9a5fab;
}
.shanghai-peach {
color: #d49a8c;
}
.pierogi {
color: #f2d98c;
}
.salmon-fresco {
color: #f9b09f;
}
/* CSS Variables */
:root {
--sweet-flag:#6b3f92;
--royal-pretender:#9a5fab;
--shanghai-peach:#d49a8c;
--pierogi:#f2d98c;
--salmon-fresco:#f9b09f;
}