Delicate Ivory Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Delicate Ivory palette
Color Inspiration
Images that showcase this color palette in real designs
Download Delicate Ivory Color Palette (PNG)
Delicate Ivory color palette CSS
/* CSS */
.color-1 {
color: #f6f4ea;
}
.color-2 {
color: #eae1d7;
}
.color-3 {
color: #d9cfc4;
}
.color-4 {
color: #c0b0a0;
}
.color-5 {
color: #a78a72;
}
/* CSS Variables */
:root {
--color-1: #f6f4ea;
--color-2: #eae1d7;
--color-3: #d9cfc4;
--color-4: #c0b0a0;
--color-5: #a78a72;
}
Delicate Ivory background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f4ea, #eae1d7, #d9cfc4, #c0b0a0, #a78a72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f4ea, #eae1d7, #d9cfc4, #c0b0a0, #a78a72);
}
Similar color palettes
Scroll down to explore 7 Ivory color palettes
Delicate Ivory color palette created on .