Shades of Green Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Green CSS

/* CSS */
.color-1 {
color: #6fbe9c;
}
.color-2 {
color: #f2a87d;
}
.color-3 {
color: #f9d780;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff382e;
}

/* CSS Variables */
:root {
--color-1: #6fbe9c;
--color-2: #f2a87d;
--color-3: #f9d780;
--color-4: #ff6e61;
--color-5: #ff382e;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbe9c, #f2a87d, #f9d780, #ff6e61, #ff382e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbe9c, #f2a87d, #f9d780, #ff6e61, #ff382e);
}

Shades of Green color palette created on .