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: #1b5a3d;
}
.color-2 {
color: #ff513d;
}
.color-3 {
color: #b05454;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #1b5a3d;
--color-2: #ff513d;
--color-3: #b05454;
--color-4: #f4a462;
--color-5: #f9c54e;
}

CSS con gradiente di sfondo Shades of Green and Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b5a3d, #ff513d, #b05454, #f4a462, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b5a3d, #ff513d, #b05454, #f4a462, #f9c54e);
}

Shades of Green and Red color palette created on .