Color names in this palette
CSS code for this palette
/* CSS */
.sunny-side-up {
color: #ffd942;
}
.american-yellow {
color: #f0b400;
}
.chinese-gold {
color: #dba800;
}
.molten-bronze {
color: #c79c00;
}
.romaine-green {
color: #a88c00;
}
/* CSS Variables */
:root {
--sunny-side-up:#ffd942;
--american-yellow:#f0b400;
--chinese-gold:#dba800;
--molten-bronze:#c79c00;
--romaine-green:#a88c00;
}