Serene Garden Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Garden palette

Condividi questa palette a:

tavolozza dei colori Serene Garden CSS

/* CSS */
.color-1 {
color: #78c486;
}
.color-2 {
color: #a2d8b6;
}
.color-3 {
color: #d7e5da;
}
.color-4 {
color: #f2f4e1;
}
.color-5 {
color: #f9d3a4;
}

/* CSS Variables */
:root {
--color-1: #78c486;
--color-2: #a2d8b6;
--color-3: #d7e5da;
--color-4: #f2f4e1;
--color-5: #f9d3a4;
}

CSS con gradiente di sfondo Serene Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c486, #a2d8b6, #d7e5da, #f2f4e1, #f9d3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c486, #a2d8b6, #d7e5da, #f2f4e1, #f9d3a4);
}

Serene Garden color palette created on .