Lotus Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lotus Dreamscape palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lotus Dreamscape Color Palette (PNG)
Lotus Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #fce9ed;
}
.color-2 {
color: #f8dc9b;
}
.color-3 {
color: #fcf6e3;
}
.color-4 {
color: #e7f3e2;
}
.color-5 {
color: #d8d8ee;
}
/* CSS Variables */
:root {
--color-1: #fce9ed;
--color-2: #f8dc9b;
--color-3: #fcf6e3;
--color-4: #e7f3e2;
--color-5: #d8d8ee;
}
Lotus Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce9ed, #f8dc9b, #fcf6e3, #e7f3e2, #d8d8ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce9ed, #f8dc9b, #fcf6e3, #e7f3e2, #d8d8ee);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Lotus Dreamscape color palette created on .