Color names in this palette
CSS code for this palette
/* CSS */
.yellow-petal {
color: #f2e74a;
}
.deli-yellow {
color: #e6b628;
}
.lobster-butter-sauce {
color: #d08b0b;
}
.cumin-ochre {
color: #a36d00;
}
.g-d-on-brown {
color: #7a4b00;
}
/* CSS Variables */
:root {
--yellow-petal:#f2e74a;
--deli-yellow:#e6b628;
--lobster-butter-sauce:#d08b0b;
--cumin-ochre:#a36d00;
--g-d-on-brown:#7a4b00;
}