Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.cheese {
color: #ffa600;
}
.soviet-gold {
color: #ffd900;
}
.swiss-cheese {
color: #fff4b8;
}
.buttery-salmon {
color: #ffb19e;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--cheese:#ffa600;
--soviet-gold:#ffd900;
--swiss-cheese:#fff4b8;
--buttery-salmon:#ffb19e;
}