Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #f9e74e;
}
.energy-yellow {
color: #f7d550;
}
.samoan-sun {
color: #f6b946;
}
.y-ng-ch-ng-orange {
color: #f49f3e;
}
.creole-sauce {
color: #f48b2f;
}
/* CSS Variables */
:root {
--paris-daisy:#f9e74e;
--energy-yellow:#f7d550;
--samoan-sun:#f6b946;
--y-ng-ch-ng-orange:#f49f3e;
--creole-sauce:#f48b2f;
}