Chic Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chic Green palette

Share this palette to:

Chic Green color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #99cd32;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #99cd32;
--color-3: #ffd900;
--color-4: #ff8052;
--color-5: #ff1492;
}

Chic Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #99cd32, #ffd900, #ff8052, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #99cd32, #ffd900, #ff8052, #ff1492);
}

Chic Green color palette created on .