Paleta de colores Shades of Olive

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Olive palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Olive

/* CSS */
.color-1 {
color: #496e4d;
}
.color-2 {
color: #709c6d;
}
.color-3 {
color: #a1c9a1;
}
.color-4 {
color: #d1e6da;
}
.color-5 {
color: #f1f9f5;
}

/* CSS Variables */
:root {
--color-1: #496e4d;
--color-2: #709c6d;
--color-3: #a1c9a1;
--color-4: #d1e6da;
--color-5: #f1f9f5;
}

CSS del degradado de fondo Shades of Olive

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496e4d, #709c6d, #a1c9a1, #d1e6da, #f1f9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496e4d, #709c6d, #a1c9a1, #d1e6da, #f1f9f5);
}

Shades of Olive color palette created on .