Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.rose-bud {
color: #b65d9f;
}
.troll-slayer-orange {
color: #f3a64f;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.lilliputian-lime {
color: #7fd959;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--rose-bud:#b65d9f;
--troll-slayer-orange:#f3a64f;
--glitter-is-not-gold:#ffdd57;
--lilliputian-lime:#7fd959;
}