Color names in this palette
CSS code for this palette
/* CSS */
.striking-purple {
color: #904c8f;
}
.watermelon-pink {
color: #c67b92;
}
.jaguar-rose {
color: #f1b1b5;
}
.sun-shower {
color: #fddd72;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--striking-purple:#904c8f;
--watermelon-pink:#c67b92;
--jaguar-rose:#f1b1b5;
--sun-shower:#fddd72;
--squash-blossom:#f6b83c;
}