Color names in this palette
CSS code for this palette
/* CSS */
.bilious-brown {
color: #de9f0d;
}
.red-panda {
color: #c44c1c;
}
.light-sky-babe {
color: #9fd0e0;
}
.hidden-valley {
color: #699b3b;
}
.cornucopia {
color: #f09c42;
}
/* CSS Variables */
:root {
--bilious-brown:#de9f0d;
--red-panda:#c44c1c;
--light-sky-babe:#9fd0e0;
--hidden-valley:#699b3b;
--cornucopia:#f09c42;
}