Color names in this palette
CSS code for this palette
/* CSS */
.banana-bombshell {
color: #f6f02c;
}
.southern-platyfish {
color: #c7da4e;
}
.innuendo {
color: #a5b1c5;
}
.thunder {
color: #4d4d4d;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--banana-bombshell:#f6f02c;
--southern-platyfish:#c7da4e;
--innuendo:#a5b1c5;
--thunder:#4d4d4d;
--flush-orange:#ff6e00;
}