Ivory Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ivory Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ivory Dream Color Palette (PNG)
Ivory Dream color palette CSS
/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #e2c5a6;
}
.color-3 {
color: #d1a685;
}
.color-4 {
color: #b58f69;
}
.color-5 {
color: #a2744e;
}
/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #e2c5a6;
--color-3: #d1a685;
--color-4: #b58f69;
--color-5: #a2744e;
}
Ivory Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #e2c5a6, #d1a685, #b58f69, #a2744e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #e2c5a6, #d1a685, #b58f69, #a2744e);
}
Similar color palettes
Ivory Dream color palette created on .