Color names in this palette
CSS code for this palette
/* CSS */
.flare-gun {
color: #ff471a;
}
.carrot {
color: #ff713d;
}
.clarified-orange {
color: #ff9d5c;
}
.radler {
color: #ffd35c;
}
.rise-and-shine {
color: #ffe89e;
}
/* CSS Variables */
:root {
--flare-gun:#ff471a;
--carrot:#ff713d;
--clarified-orange:#ff9d5c;
--radler:#ffd35c;
--rise-and-shine:#ffe89e;
}