Shades of Ivory Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Ivory palette

Share this palette to:

Shades of Ivory color palette CSS

/* CSS */
.color-1 {
color: #f3e8d3;
}
.color-2 {
color: #e4cfc9;
}
.color-3 {
color: #d7b8a3;
}
.color-4 {
color: #cfaf8c;
}
.color-5 {
color: #b4956e;
}

/* CSS Variables */
:root {
--color-1: #f3e8d3;
--color-2: #e4cfc9;
--color-3: #d7b8a3;
--color-4: #cfaf8c;
--color-5: #b4956e;
}

Shades of Ivory background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e8d3, #e4cfc9, #d7b8a3, #cfaf8c, #b4956e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e8d3, #e4cfc9, #d7b8a3, #cfaf8c, #b4956e);
}

Shades of Ivory color palette created on .