Brunelleschi's Garden Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Brunelleschi's Garden palette
Immagine PNG della tavolozza dei colori Brunelleschi's Garden
tavolozza dei colori Brunelleschi's Garden 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;
}
CSS con gradiente di sfondo Brunelleschi's Garden
/* 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);
}
Tavolozze di colori simili
Brunelleschi's Garden color palette created on .