Whimsical Garden Palette Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Garden Palette palette
Whimsical Garden Palette color palette CSS
/* CSS */
.color-1 {
color: #f7f8f7;
}
.color-2 {
color: #dda6b1;
}
.color-3 {
color: #e09057;
}
.color-4 {
color: #7aabc2;
}
.color-5 {
color: #889343;
}
/* CSS Variables */
:root {
--color-1: #f7f8f7;
--color-2: #dda6b1;
--color-3: #e09057;
--color-4: #7aabc2;
--color-5: #889343;
}
Whimsical Garden Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f8f7, #dda6b1, #e09057, #7aabc2, #889343);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f8f7, #dda6b1, #e09057, #7aabc2, #889343);
}
Similar color palettes
Scroll down to explore 1 Soft pink color palette
Whimsical Garden Palette color palette created on .