Paleta de colores Shades of Green and Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green and Red palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green and Red

/* CSS */
.color-1 {
color: #1b693e;
}
.color-2 {
color: #e74d3c;
}
.color-3 {
color: #3398db;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #1b693e;
--color-2: #e74d3c;
--color-3: #3398db;
--color-4: #f1c40e;
--color-5: #e77e23;
}

CSS del degradado de fondo Shades of Green and Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b693e, #e74d3c, #3398db, #f1c40e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b693e, #e74d3c, #3398db, #f1c40e, #e77e23);
}

Shades of Green and Red color palette created on .