Color names in this palette
CSS code for this palette
/* CSS */
.freesia {
color: #f6c02c;
}
.radiant-yellow {
color: #f79a22;
}
.basketball {
color: #f26b31;
}
.crab-curry {
color: #da4e2b;
}
.mars-red {
color: #c52b33;
}
/* CSS Variables */
:root {
--freesia:#f6c02c;
--radiant-yellow:#f79a22;
--basketball:#f26b31;
--crab-curry:#da4e2b;
--mars-red:#c52b33;
}