Color names in this palette
CSS code for this palette
/* CSS */
.burnt-orange {
color: #cc5500;
}
.orange-danger {
color: #db6e00;
}
.welcoming-wasp {
color: #f0a800;
}
.little-sun-dress {
color: #f9c85d;
}
.royal-star {
color: #ffe44d;
}
/* CSS Variables */
:root {
--burnt-orange:#cc5500;
--orange-danger:#db6e00;
--welcoming-wasp:#f0a800;
--little-sun-dress:#f9c85d;
--royal-star:#ffe44d;
}