Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f5d06b;
}
.chat-orange {
color: #f99f3e;
}
.basketball {
color: #f7692b;
}
.mandarin-red {
color: #e74d3c;
}
.painted-poppy {
color: #c94b3b;
}
/* CSS Variables */
:root {
--yellow-tulip:#f5d06b;
--chat-orange:#f99f3e;
--basketball:#f7692b;
--mandarin-red:#e74d3c;
--painted-poppy:#c94b3b;
}