Bleached Ivory Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bleached Ivory palette
Bleached Ivory color palette PNG image
Bleached Ivory color palette CSS
/* CSS */
.color-1 {
color: #ede7d4;
}
.color-2 {
color: #d1c6b8;
}
.color-3 {
color: #b2a899;
}
.color-4 {
color: #a78e6c;
}
.color-5 {
color: #e5c9a9;
}
/* CSS Variables */
:root {
--color-1: #ede7d4;
--color-2: #d1c6b8;
--color-3: #b2a899;
--color-4: #a78e6c;
--color-5: #e5c9a9;
}
Bleached Ivory background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ede7d4, #d1c6b8, #b2a899, #a78e6c, #e5c9a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ede7d4, #d1c6b8, #b2a899, #a78e6c, #e5c9a9);
}
Similar color palettes
Bleached Ivory color palette created on .