Color names in this palette
CSS code for this palette
/* CSS */
.brocade-violet {
color: #7d4f6d;
}
.remembrance {
color: #c89e9d;
}
.banana-ice-cream {
color: #f1d4b1;
}
.bicycle-yellow {
color: #ffe78f;
}
.funk {
color: #3ba07b;
}
/* CSS Variables */
:root {
--brocade-violet:#7d4f6d;
--remembrance:#c89e9d;
--banana-ice-cream:#f1d4b1;
--bicycle-yellow:#ffe78f;
--funk:#3ba07b;
}