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: #a6d85a;
}
.color-2 {
color: #5c6e4e;
}
.color-3 {
color: #394c49;
}
.color-4 {
color: #2e8e8b;
}
.color-5 {
color: #4cb8b1;
}

/* CSS Variables */
:root {
--color-1: #a6d85a;
--color-2: #5c6e4e;
--color-3: #394c49;
--color-4: #2e8e8b;
--color-5: #4cb8b1;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d85a, #5c6e4e, #394c49, #2e8e8b, #4cb8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d85a, #5c6e4e, #394c49, #2e8e8b, #4cb8b1);
}

Shades of Green color palette created on .