Color names in this palette
CSS code for this palette
/* CSS */
.banafsaji-purple {
color: #a80b5e;
}
.babe {
color: #e07b7c;
}
.salmon-eggs {
color: #f4d35d;
}
.illuminati-green {
color: #3c8b6b;
}
.inkwell-inception {
color: #1e1e24;
}
/* CSS Variables */
:root {
--banafsaji-purple:#a80b5e;
--babe:#e07b7c;
--salmon-eggs:#f4d35d;
--illuminati-green:#3c8b6b;
--inkwell-inception:#1e1e24;
}