Grandmother's Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grandmother's Garden palette
Grandmother's Garden color palette PNG image
Grandmother's Garden color palette CSS
/* CSS */
.color-1 {
color: #b6c8a7;
}
.color-2 {
color: #a59988;
}
.color-3 {
color: #8c7c6e;
}
.color-4 {
color: #d8c6b1;
}
.color-5 {
color: #6a5a4d;
}
/* CSS Variables */
:root {
--color-1: #b6c8a7;
--color-2: #a59988;
--color-3: #8c7c6e;
--color-4: #d8c6b1;
--color-5: #6a5a4d;
}
Grandmother's Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8a7, #a59988, #8c7c6e, #d8c6b1, #6a5a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8a7, #a59988, #8c7c6e, #d8c6b1, #6a5a4d);
}
Similar color palettes
Grandmother's Garden color palette created on .