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: #bfb0e3;
}
.color-2 {
color: #77a72f;
}
.color-3 {
color: #42a6b8;
}
.color-4 {
color: #f0518c;
}
.color-5 {
color: #eb42e3;
}

/* CSS Variables */
:root {
--color-1: #bfb0e3;
--color-2: #77a72f;
--color-3: #42a6b8;
--color-4: #f0518c;
--color-5: #eb42e3;
}

Whimsical Garden Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfb0e3, #77a72f, #42a6b8, #f0518c, #eb42e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfb0e3, #77a72f, #42a6b8, #f0518c, #eb42e3);
}

Whimsical Garden Dreams color palette created on .