Shades of Green and Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green and Red palette

Condividi questa palette a:

tavolozza dei colori Shades of Green and Red CSS

/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #d33131;
}
.color-3 {
color: #8d6f62;
}
.color-4 {
color: #681b98;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #d33131;
--color-3: #8d6f62;
--color-4: #681b98;
--color-5: #ffb300;
}

CSS con gradiente di sfondo Shades of Green and Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #d33131, #8d6f62, #681b98, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #d33131, #8d6f62, #681b98, #ffb300);
}

Shades of Green and Red color palette created on .