Color names in this palette
CSS code for this palette
/* CSS */
.sunday-afternoon {
color: #f6c879;
}
.welcoming-wasp {
color: #f0a800;
}
.fire-dragon-bright {
color: #f56e00;
}
.deep-orange {
color: #d64b00;
}
.muddy {
color: #a33900;
}
/* CSS Variables */
:root {
--sunday-afternoon:#f6c879;
--welcoming-wasp:#f0a800;
--fire-dragon-bright:#f56e00;
--deep-orange:#d64b00;
--muddy:#a33900;
}