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