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: #5f5c99;
}
.color-2 {
color: #4b7e91;
}
.color-3 {
color: #3cbe7f;
}
.color-4 {
color: #9fd65c;
}
.color-5 {
color: #f2e68c;
}

/* CSS Variables */
:root {
--color-1: #5f5c99;
--color-2: #4b7e91;
--color-3: #3cbe7f;
--color-4: #9fd65c;
--color-5: #f2e68c;
}

Whimsical Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f5c99, #4b7e91, #3cbe7f, #9fd65c, #f2e68c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f5c99, #4b7e91, #3cbe7f, #9fd65c, #f2e68c);
}

Similar color palettes

Scroll down to explore 4 Indigo color palettes

Whimsical Garden color palette created on .