Color names in this palette
CSS code for this palette
/* CSS */
.quiet-night {
color: #3b8dba;
}
.welcoming-wasp {
color: #f0a800;
}
.wiener-schnitzel {
color: #f09c00;
}
.royal-flycatcher-crest {
color: #f06400;
}
.raging-leaf {
color: #db5b00;
}
/* CSS Variables */
:root {
--quiet-night:#3b8dba;
--welcoming-wasp:#f0a800;
--wiener-schnitzel:#f09c00;
--royal-flycatcher-crest:#f06400;
--raging-leaf:#db5b00;
}