Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.cheese {
color: #ffa600;
}
.soviet-gold {
color: #ffd900;
}
.yriel-yellow {
color: #ffdb57;
}
.banana-yellow {
color: #ffe033;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--cheese:#ffa600;
--soviet-gold:#ffd900;
--yriel-yellow:#ffdb57;
--banana-yellow:#ffe033;
}