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 CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f9cfae;
}
.color-3 {
color: #f3e1a5;
}
.color-4 {
color: #d9e3b5;
}
.color-5 {
color: #a9e0c3;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f9cfae;
--color-3: #f3e1a5;
--color-4: #d9e3b5;
--color-5: #a9e0c3;
}

Whimsical Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f9cfae, #f3e1a5, #d9e3b5, #a9e0c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f9cfae, #f3e1a5, #d9e3b5, #a9e0c3);
}

Whimsical Garden color palette created on .