Whimsical Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Garden palette
Whimsical Garden color palette CSS
/* CSS */
.color-1 {
color: #e1aaf3;
}
.color-2 {
color: #d2c2e5;
}
.color-3 {
color: #b2e6b9;
}
.color-4 {
color: #f7ed7e;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #e1aaf3;
--color-2: #d2c2e5;
--color-3: #b2e6b9;
--color-4: #f7ed7e;
--color-5: #f5a524;
}
Whimsical Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1aaf3, #d2c2e5, #b2e6b9, #f7ed7e, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1aaf3, #d2c2e5, #b2e6b9, #f7ed7e, #f5a524);
}
Similar color palettes
Whimsical Garden color palette created on .