Gentle Giants Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gentle Giants palette

Share this palette to:

Gentle Giants color palette CSS

/* CSS */
.color-1 {
color: #a9a7a2;
}
.color-2 {
color: #b7b39f;
}
.color-3 {
color: #d3c8b6;
}
.color-4 {
color: #e0cfc7;
}
.color-5 {
color: #f4e8e1;
}

/* CSS Variables */
:root {
--color-1: #a9a7a2;
--color-2: #b7b39f;
--color-3: #d3c8b6;
--color-4: #e0cfc7;
--color-5: #f4e8e1;
}

Gentle Giants background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9a7a2, #b7b39f, #d3c8b6, #e0cfc7, #f4e8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9a7a2, #b7b39f, #d3c8b6, #e0cfc7, #f4e8e1);
}

Gentle Giants color palette created on .