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