Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.floral-leaf {
color: #ffb84d;
}
.sun-crete {
color: #ff8c00;
}
.grapefruit-pulp {
color: #ff6e61;
}
.capocollo {
color: #da5a4e;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--floral-leaf:#ffb84d;
--sun-crete:#ff8c00;
--grapefruit-pulp:#ff6e61;
--capocollo:#da5a4e;
}