Whimsical Garden Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Garden Dreams palette
Whimsical Garden Dreams color palette CSS
/* CSS */
.color-1 {
color: #d4d2ba;
}
.color-2 {
color: #7bbe64;
}
.color-3 {
color: #d65cb8;
}
.color-4 {
color: #398136;
}
.color-5 {
color: #8f286d;
}
/* CSS Variables */
:root {
--color-1: #d4d2ba;
--color-2: #7bbe64;
--color-3: #d65cb8;
--color-4: #398136;
--color-5: #8f286d;
}
Whimsical Garden Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d2ba, #7bbe64, #d65cb8, #398136, #8f286d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d2ba, #7bbe64, #d65cb8, #398136, #8f286d);
}
Similar color palettes
Scroll down to explore 2 Soft beige color palettes
Whimsical Garden Dreams color palette created on .