Ivory Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ivory Elegance palette

Share this palette to:

Ivory Elegance color palette PNG image

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

Ivory Elegance color palette CSS

/* CSS */
.color-1 {
color: #f4efe1;
}
.color-2 {
color: #e6d8c6;
}
.color-3 {
color: #d0b49f;
}
.color-4 {
color: #b69a7c;
}
.color-5 {
color: #a37c5c;
}

/* CSS Variables */
:root {
--color-1: #f4efe1;
--color-2: #e6d8c6;
--color-3: #d0b49f;
--color-4: #b69a7c;
--color-5: #a37c5c;
}

Ivory Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4efe1, #e6d8c6, #d0b49f, #b69a7c, #a37c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4efe1, #e6d8c6, #d0b49f, #b69a7c, #a37c5c);
}

Ivory Elegance color palette created on .