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: #d6d2bd;
}
.color-2 {
color: #8cc46e;
}
.color-3 {
color: #de63c1;
}
.color-4 {
color: #459140;
}
.color-5 {
color: #9d2f78;
}
/* CSS Variables */
:root {
--color-1: #d6d2bd;
--color-2: #8cc46e;
--color-3: #de63c1;
--color-4: #459140;
--color-5: #9d2f78;
}
Whimsical Garden Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6d2bd, #8cc46e, #de63c1, #459140, #9d2f78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6d2bd, #8cc46e, #de63c1, #459140, #9d2f78);
}
Similar color palettes
Scroll down to explore 2 Soft beige color palettes
Whimsical Garden Dreams color palette created on .