Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f7d06e;
}
.lush-honeycomb {
color: #f9a71a;
}
.lusty-orange {
color: #e06c24;
}
.spicy-orange {
color: #d94c30;
}
.vivacious {
color: #aa2c5a;
}
/* CSS Variables */
:root {
--yellow-tulip:#f7d06e;
--lush-honeycomb:#f9a71a;
--lusty-orange:#e06c24;
--spicy-orange:#d94c30;
--vivacious:#aa2c5a;
}