Color names in this palette
CSS code for this palette
/* CSS */
.phoenix-flames {
color: #f9a41a;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.gold-sand {
color: #f9e6a9;
}
.iced-aqua {
color: #a6d8d6;
}
.nickel-ore-green {
color: #4f7b7d;
}
/* CSS Variables */
:root {
--phoenix-flames:#f9a41a;
--creamy-sweet-corn:#f6c54c;
--gold-sand:#f9e6a9;
--iced-aqua:#a6d8d6;
--nickel-ore-green:#4f7b7d;
}