Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.dallol-yellow {
color: #fad900;
}
.golden-gun {
color: #dae600;
}
.matcha-powder {
color: #9dd600;
}
.tropical-funk {
color: #4ddb00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--dallol-yellow:#fad900;
--golden-gun:#dae600;
--matcha-powder:#9dd600;
--tropical-funk:#4ddb00;
}