Color names in this palette
CSS code for this palette
/* CSS */
.whipped-peach {
color: #f9cbae;
}
.florida-sunrise {
color: #f6aa6f;
}
.y-ng-ch-ng-orange {
color: #f5a23d;
}
.sea-nettle {
color: #f57a2e;
}
.tangerine-bliss {
color: #d75f28;
}
/* CSS Variables */
:root {
--whipped-peach:#f9cbae;
--florida-sunrise:#f6aa6f;
--y-ng-ch-ng-orange:#f5a23d;
--sea-nettle:#f57a2e;
--tangerine-bliss:#d75f28;
}