Gargoyle Grove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gargoyle Grove palette

Share this palette to:

Gargoyle Grove color palette CSS

/* CSS */
.color-1 {
color: #4a5d3c;
}
.color-2 {
color: #7a9a5b;
}
.color-3 {
color: #b4c49c;
}
.color-4 {
color: #e4d6b9;
}
.color-5 {
color: #a69d8c;
}

/* CSS Variables */
:root {
--color-1: #4a5d3c;
--color-2: #7a9a5b;
--color-3: #b4c49c;
--color-4: #e4d6b9;
--color-5: #a69d8c;
}

Gargoyle Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5d3c, #7a9a5b, #b4c49c, #e4d6b9, #a69d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5d3c, #7a9a5b, #b4c49c, #e4d6b9, #a69d8c);
}

Gargoyle Grove color palette created on .