Whispers of Ivory Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Ivory Dreams palette
Whispers of Ivory Dreams color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fdfdfc;
}
.color-3 {
color: #f7f8f6;
}
.color-4 {
color: #ebebea;
}
.color-5 {
color: #e0caa9;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfdfc;
--color-3: #f7f8f6;
--color-4: #ebebea;
--color-5: #e0caa9;
}
Whispers of Ivory Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfdfc, #f7f8f6, #ebebea, #e0caa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfdfc, #f7f8f6, #ebebea, #e0caa9);
}
Similar color palettes
Scroll down to explore 7 White color palettes
Whispers of Ivory Dreams color palette created on .