Color names in this palette
CSS code for this palette
/* CSS */
.halt-and-catch-fire {
color: #ff6933;
}
.guava {
color: #ff9b29;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
.golden-gun {
color: #dae600;
}
.android-green {
color: #a2c940;
}
/* CSS Variables */
:root {
--halt-and-catch-fire:#ff6933;
--guava:#ff9b29;
--egg-yolk-sunrise:#ffd60a;
--golden-gun:#dae600;
--android-green:#a2c940;
}