Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.inferno {
color: #d95c36;
}
.orangeade {
color: #e04f38;
}
.thimble-red {
color: #a46091;
}
.night-owl {
color: #5d7a89;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--inferno:#d95c36;
--orangeade:#e04f38;
--thimble-red:#a46091;
--night-owl:#5d7a89;
}