Whimsical Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Garden palette

Share this palette to:

Download Whimsical Garden Color Palette (PNG)

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: #b1c8a2;
}
.color-2 {
color: #d2a3a3;
}
.color-3 {
color: #e1e7b1;
}
.color-4 {
color: #efae9a;
}
.color-5 {
color: #c58c8c;
}

/* CSS Variables */
:root {
--color-1: #b1c8a2;
--color-2: #d2a3a3;
--color-3: #e1e7b1;
--color-4: #efae9a;
--color-5: #c58c8c;
}

Whimsical Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c8a2, #d2a3a3, #e1e7b1, #efae9a, #c58c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c8a2, #d2a3a3, #e1e7b1, #efae9a, #c58c8c);
}

Whimsical Garden color palette created on .