Green Rarity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Rarity palette

Share this palette to:

Green Rarity color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #e1c20e;
}
.color-3 {
color: #c6d378;
}
.color-4 {
color: #5ba03b;
}
.color-5 {
color: #3d6f2f;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e1c20e;
--color-3: #c6d378;
--color-4: #5ba03b;
--color-5: #3d6f2f;
}

Green Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e1c20e, #c6d378, #5ba03b, #3d6f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e1c20e, #c6d378, #5ba03b, #3d6f2f);
}

Green Rarity color palette created on .