Color names in this palette
CSS code for this palette
/* CSS */
.chat-orange {
color: #f79c40;
}
.y-ng-ch-ng-orange {
color: #f5a23d;
}
.solar-power {
color: #f2b336;
}
.radiant-sun {
color: #f2c950;
}
.wake-me-up {
color: #f5d45b;
}
/* CSS Variables */
:root {
--chat-orange:#f79c40;
--y-ng-ch-ng-orange:#f5a23d;
--solar-power:#f2b336;
--radiant-sun:#f2c950;
--wake-me-up:#f5d45b;
}