Color names in this palette
CSS code for this palette
/* CSS */
.ornery-tangerine {
color: #f67a28;
}
.t-morokoshi-corn {
color: #f6a746;
}
.sunset-gold {
color: #f6c165;
}
.buttery-croissant {
color: #f6e09d;
}
.banana-sparkes {
color: #f3f6d5;
}
/* CSS Variables */
:root {
--ornery-tangerine:#f67a28;
--t-morokoshi-corn:#f6a746;
--sunset-gold:#f6c165;
--buttery-croissant:#f6e09d;
--banana-sparkes:#f3f6d5;
}