Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.dallol-yellow {
color: #fad900;
}
.yellow-petal {
color: #f5e74d;
}
.lime-lizard {
color: #a3d55d;
}
.flat-green {
color: #6c9a4c;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--dallol-yellow:#fad900;
--yellow-petal:#f5e74d;
--lime-lizard:#a3d55d;
--flat-green:#6c9a4c;
}