Color names in this palette
CSS code for this palette
/* CSS */
.flickering-sea {
color: #4d6ef5;
}
.orchid {
color: #7a8cff;
}
.violet-velvet {
color: #b5a1e2;
}
.blushed-bombshell {
color: #ec79c8;
}
.chat-orange {
color: #f69f3c;
}
/* CSS Variables */
:root {
--flickering-sea:#4d6ef5;
--orchid:#7a8cff;
--violet-velvet:#b5a1e2;
--blushed-bombshell:#ec79c8;
--chat-orange:#f69f3c;
}