Color names in this palette
CSS code for this palette
/* CSS */
.iris {
color: #5e4fcf;
}
.prickly-purple {
color: #a15eb5;
}
.rose-mallow {
color: #f3a5c4;
}
.apricot-obsession {
color: #f7c2b6;
}
.e-honda-beige {
color: #f9d780;
}
/* CSS Variables */
:root {
--iris:#5e4fcf;
--prickly-purple:#a15eb5;
--rose-mallow:#f3a5c4;
--apricot-obsession:#f7c2b6;
--e-honda-beige:#f9d780;
}