Color names in this palette
CSS code for this palette
/* CSS */
.stella {
color: #f6cf5a;
}
.welcoming-wasp {
color: #f0a800;
}
.sun-orange {
color: #f47b1f;
}
.fire-island {
color: #d85031;
}
.vivid-burgundy {
color: #9b1c3a;
}
/* CSS Variables */
:root {
--stella:#f6cf5a;
--welcoming-wasp:#f0a800;
--sun-orange:#f47b1f;
--fire-island:#d85031;
--vivid-burgundy:#9b1c3a;
}