Whimsical Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Garden palette

Share this palette to:

Whimsical Garden color palette PNG image

Download whimsical garden color palette PNG image (landscape)
Download whimsical garden color palette PNG image (square)

Whimsical Garden color palette CSS

/* CSS */
.color-1 {
color: #f4c3d6;
}
.color-2 {
color: #e0b1e7;
}
.color-3 {
color: #b2e1d8;
}
.color-4 {
color: #ffcdbd;
}
.color-5 {
color: #f2a1a6;
}

/* CSS Variables */
:root {
--color-1: #f4c3d6;
--color-2: #e0b1e7;
--color-3: #b2e1d8;
--color-4: #ffcdbd;
--color-5: #f2a1a6;
}

Whimsical Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d6, #e0b1e7, #b2e1d8, #ffcdbd, #f2a1a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d6, #e0b1e7, #b2e1d8, #ffcdbd, #f2a1a6);
}

Whimsical Garden color palette created on .