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: #f8f4e2;
}
.color-2 {
color: #e3d9b5;
}
.color-3 {
color: #d1c1a3;
}
.color-4 {
color: #b7a99a;
}
.color-5 {
color: #998e7a;
}

/* CSS Variables */
:root {
--color-1: #f8f4e2;
--color-2: #e3d9b5;
--color-3: #d1c1a3;
--color-4: #b7a99a;
--color-5: #998e7a;
}

Ivory Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f4e2, #e3d9b5, #d1c1a3, #b7a99a, #998e7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f4e2, #e3d9b5, #d1c1a3, #b7a99a, #998e7a);
}

Ivory Elegance color palette created on .