Brunelleschi's Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brunelleschi's Garden palette
Brunelleschi's Garden color palette PNG image
Brunelleschi's Garden color palette CSS
/* CSS */
.color-1 {
color: #f0e3c1;
}
.color-2 {
color: #b6c99c;
}
.color-3 {
color: #5f8d4e;
}
.color-4 {
color: #405e21;
}
.color-5 {
color: #2b3d50;
}
/* CSS Variables */
:root {
--color-1: #f0e3c1;
--color-2: #b6c99c;
--color-3: #5f8d4e;
--color-4: #405e21;
--color-5: #2b3d50;
}
Brunelleschi's Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3c1, #b6c99c, #5f8d4e, #405e21, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3c1, #b6c99c, #5f8d4e, #405e21, #2b3d50);
}
Similar color palettes
Brunelleschi's Garden color palette created on .