Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.pale-banana {
color: #f6e48e;
}
.exotic-blossom {
color: #ff9e42;
}
.wild-watermelon {
color: #ff6b81;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--pale-banana:#f6e48e;
--exotic-blossom:#ff9e42;
--wild-watermelon:#ff6b81;
--sour-candy:#69af4b;
}