Elegant Ivory Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Ivory palette

Share this palette to:

Elegant Ivory color palette PNG image

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

Elegant Ivory color palette CSS

/* CSS */
.color-1 {
color: #f8e9d3;
}
.color-2 {
color: #e2cfc5;
}
.color-3 {
color: #d1b89f;
}
.color-4 {
color: #bea7b0;
}
.color-5 {
color: #a58d9d;
}

/* CSS Variables */
:root {
--color-1: #f8e9d3;
--color-2: #e2cfc5;
--color-3: #d1b89f;
--color-4: #bea7b0;
--color-5: #a58d9d;
}

Elegant Ivory background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e9d3, #e2cfc5, #d1b89f, #bea7b0, #a58d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e9d3, #e2cfc5, #d1b89f, #bea7b0, #a58d9d);
}

Elegant Ivory color palette created on .