Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.orange-you-happy {
color: #f97e1f;
}
.carrot {
color: #f76d3b;
}
.red-salsa {
color: #f74049;
}
.bloodthirsty-warlock {
color: #e41b3c;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--orange-you-happy:#f97e1f;
--carrot:#f76d3b;
--red-salsa:#f74049;
--bloodthirsty-warlock:#e41b3c;
}