Gentle Ivory Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gentle Ivory palette

Share this palette to:

Gentle Ivory color palette PNG image

Download gentle ivory color palette PNG image (landscape)
Download gentle ivory color palette PNG image (square)

Gentle Ivory color palette CSS

/* CSS */
.color-1 {
color: #eae6d2;
}
.color-2 {
color: #d7c9a2;
}
.color-3 {
color: #c0ae8c;
}
.color-4 {
color: #a68e6e;
}
.color-5 {
color: #a76e62;
}

/* CSS Variables */
:root {
--color-1: #eae6d2;
--color-2: #d7c9a2;
--color-3: #c0ae8c;
--color-4: #a68e6e;
--color-5: #a76e62;
}

Gentle Ivory background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae6d2, #d7c9a2, #c0ae8c, #a68e6e, #a76e62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae6d2, #d7c9a2, #c0ae8c, #a68e6e, #a76e62);
}

Gentle Ivory color palette created on .