Color names in this palette
CSS code for this palette
/* CSS */
.energy-yellow {
color: #f8d64f;
}
.y-ng-ch-ng-orange {
color: #f1a241;
}
.field-poppy {
color: #db6f39;
}
.grenadier {
color: #c74938;
}
.disco {
color: #8d2a4f;
}
/* CSS Variables */
:root {
--energy-yellow:#f8d64f;
--y-ng-ch-ng-orange:#f1a241;
--field-poppy:#db6f39;
--grenadier:#c74938;
--disco:#8d2a4f;
}