Lucy in Pastel Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lucy in Pastel Dreams palette
Lucy in Pastel Dreams color palette CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #fce4a1;
}
.color-3 {
color: #f9ebae;
}
.color-4 {
color: #a7e2d4;
}
.color-5 {
color: #b1e0e7;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fce4a1;
--color-3: #f9ebae;
--color-4: #a7e2d4;
--color-5: #b1e0e7;
}
Lucy in Pastel Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fce4a1, #f9ebae, #a7e2d4, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fce4a1, #f9ebae, #a7e2d4, #b1e0e7);
}
Similar color palettes
Lucy in Pastel Dreams color palette created on .