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