Whimsical Garden Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Garden Dreams palette

Share this palette to:

Whimsical Garden Dreams color palette CSS

/* CSS */
.color-1 {
color: #f0ebee;
}
.color-2 {
color: #b5d973;
}
.color-3 {
color: #ddb0c3;
}
.color-4 {
color: #75b26c;
}
.color-5 {
color: #e06ca4;
}

/* CSS Variables */
:root {
--color-1: #f0ebee;
--color-2: #b5d973;
--color-3: #ddb0c3;
--color-4: #75b26c;
--color-5: #e06ca4;
}

Whimsical Garden Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ebee, #b5d973, #ddb0c3, #75b26c, #e06ca4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ebee, #b5d973, #ddb0c3, #75b26c, #e06ca4);
}

Similar color palettes

Scroll down to explore 1 Soft pink color palette

Whimsical Garden Dreams color palette created on .