Ivory and Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ivory and Green palette
Ivory and Green color palette PNG image
Ivory and Green color palette CSS
/* CSS */
.color-1 {
color: #eae3d2;
}
.color-2 {
color: #c9d8b6;
}
.color-3 {
color: #a3c8a4;
}
.color-4 {
color: #5fab7d;
}
.color-5 {
color: #3c8b5b;
}
/* CSS Variables */
:root {
--color-1: #eae3d2;
--color-2: #c9d8b6;
--color-3: #a3c8a4;
--color-4: #5fab7d;
--color-5: #3c8b5b;
}
Ivory and Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae3d2, #c9d8b6, #a3c8a4, #5fab7d, #3c8b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae3d2, #c9d8b6, #a3c8a4, #5fab7d, #3c8b5b);
}
Similar color palettes
Scroll down to explore 2 Ivory color palettes
Ivory and Green color palette created on .