Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.unloaded-texture-purple {
color: #b95cc1;
}
.favorite-lavender {
color: #d9a6d9;
}
.maximum-yellow-red {
color: #f2b74a;
}
.flirty-rose {
color: #d65c8f;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--unloaded-texture-purple:#b95cc1;
--favorite-lavender:#d9a6d9;
--maximum-yellow-red:#f2b74a;
--flirty-rose:#d65c8f;
}