Color names in this palette
CSS code for this palette
/* CSS */
.thatched-roof {
color: #f0e0c7;
}
.salmon-eggs {
color: #f4d35d;
}
.honey-wax {
color: #f9a824;
}
.durotar-fire {
color: #f05a28;
}
.vivid-red-tangelo {
color: #db5e1f;
}
/* CSS Variables */
:root {
--thatched-roof:#f0e0c7;
--salmon-eggs:#f4d35d;
--honey-wax:#f9a824;
--durotar-fire:#f05a28;
--vivid-red-tangelo:#db5e1f;
}