Twilight Grove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Grove palette

Share this palette to:

Twilight Grove color palette CSS

/* CSS */
.color-1 {
color: #2b3b26;
}
.color-2 {
color: #4a5f3f;
}
.color-3 {
color: #6d8a5c;
}
.color-4 {
color: #a0c19f;
}
.color-5 {
color: #e2e7d5;
}

/* CSS Variables */
:root {
--color-1: #2b3b26;
--color-2: #4a5f3f;
--color-3: #6d8a5c;
--color-4: #a0c19f;
--color-5: #e2e7d5;
}

Twilight Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3b26, #4a5f3f, #6d8a5c, #a0c19f, #e2e7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3b26, #4a5f3f, #6d8a5c, #a0c19f, #e2e7d5);
}

Twilight Grove color palette created on .