Shades of Grey and Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Grey and Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Grey and Green CSS

/* CSS */
.color-1 {
color: #d4d4d4;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #8b4513;
}
.color-5 {
color: #cd8032;
}

/* CSS Variables */
:root {
--color-1: #d4d4d4;
--color-2: #a8a8a8;
--color-3: #4cae4f;
--color-4: #8b4513;
--color-5: #cd8032;
}

CSS con gradiente di sfondo Shades of Grey and Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d4d4, #a8a8a8, #4cae4f, #8b4513, #cd8032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d4d4, #a8a8a8, #4cae4f, #8b4513, #cd8032);
}

Shades of Grey and Green color palette created on .