Color names in this palette
CSS code for this palette
/* CSS */
.myrtle-flower {
color: #a3b4e1;
}
.exotic-violet {
color: #df9fd4;
}
.deep-fried-sun-rays {
color: #f3c65e;
}
.slap-happy {
color: #c7d24b;
}
.bierwurst {
color: #f2908c;
}
/* CSS Variables */
:root {
--myrtle-flower:#a3b4e1;
--exotic-violet:#df9fd4;
--deep-fried-sun-rays:#f3c65e;
--slap-happy:#c7d24b;
--bierwurst:#f2908c;
}