Shades of Green and Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green and Gold palette

Share this palette to:

Shades of Green and Gold color palette CSS

/* CSS */
.color-1 {
color: #5abf8b;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #e13e33;
}
.color-5 {
color: #3c4e8b;
}

/* CSS Variables */
:root {
--color-1: #5abf8b;
--color-2: #f1c84b;
--color-3: #ff6e61;
--color-4: #e13e33;
--color-5: #3c4e8b;
}

Shades of Green and Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf8b, #f1c84b, #ff6e61, #e13e33, #3c4e8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf8b, #f1c84b, #ff6e61, #e13e33, #3c4e8b);
}

Shades of Green and Gold color palette created on .