Color names in this palette
CSS code for this palette
/* CSS */
.the-fifth-sun {
color: #f6df2c;
}
.go-bananas {
color: #f8c84f;
}
.texas-sunset {
color: #f8982a;
}
.chinese-orange {
color: #f5743d;
}
.dangerously-red {
color: #d8433b;
}
/* CSS Variables */
:root {
--the-fifth-sun:#f6df2c;
--go-bananas:#f8c84f;
--texas-sunset:#f8982a;
--chinese-orange:#f5743d;
--dangerously-red:#d8433b;
}