Green Dragon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Dragon palette

Share this palette to:

Green Dragon color palette CSS

/* CSS */
.color-1 {
color: #a3d54d;
}
.color-2 {
color: #e6b400;
}
.color-3 {
color: #eb7d00;
}
.color-4 {
color: #d15b00;
}
.color-5 {
color: #a82d00;
}

/* CSS Variables */
:root {
--color-1: #a3d54d;
--color-2: #e6b400;
--color-3: #eb7d00;
--color-4: #d15b00;
--color-5: #a82d00;
}

Green Dragon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d54d, #e6b400, #eb7d00, #d15b00, #a82d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d54d, #e6b400, #eb7d00, #d15b00, #a82d00);
}

Green Dragon color palette created on .