Whimsical Garden Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Garden Dreamscape palette

Share this palette to:

Whimsical Garden Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #ede1ef;
}
.color-2 {
color: #c2c9a6;
}
.color-3 {
color: #bd91d4;
}
.color-4 {
color: #d05d5f;
}
.color-5 {
color: #7a5991;
}

/* CSS Variables */
:root {
--color-1: #ede1ef;
--color-2: #c2c9a6;
--color-3: #bd91d4;
--color-4: #d05d5f;
--color-5: #7a5991;
}

Whimsical Garden Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ede1ef, #c2c9a6, #bd91d4, #d05d5f, #7a5991);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ede1ef, #c2c9a6, #bd91d4, #d05d5f, #7a5991);
}

Similar color palettes

Scroll down to explore 3 Lavender color palettes

Whimsical Garden Dreamscape color palette created on .