Ivory Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ivory Elegance palette
Ivory Elegance color palette PNG image
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);
}
Similar color palettes
Ivory Elegance color palette created on .