Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.hello-yellow {
color: #ffe59e;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--hello-yellow:#ffe59e;
--soviet-gold:#ffd900;
}