Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f8d36d;
}
.maximum-yellow-red {
color: #f0b74c;
}
.amber-glow {
color: #f29a3a;
}
.mandarin-orange {
color: #f16c3b;
}
.obstinate-orange {
color: #d75a2d;
}
/* CSS Variables */
:root {
--yellow-tulip:#f8d36d;
--maximum-yellow-red:#f0b74c;
--amber-glow:#f29a3a;
--mandarin-orange:#f16c3b;
--obstinate-orange:#d75a2d;
}