Paleta de colores Olive Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Olive Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Olive Glow

Download olive glow color palette PNG image (landscape)
Download olive glow color palette PNG image (square)

CSS de la paleta de colores Olive Glow

/* CSS */
.color-1 {
color: #c4bcb1;
}
.color-2 {
color: #d1c6b3;
}
.color-3 {
color: #e0d3b8;
}
.color-4 {
color: #e8e0c5;
}
.color-5 {
color: #f1e7d5;
}

/* CSS Variables */
:root {
--color-1: #c4bcb1;
--color-2: #d1c6b3;
--color-3: #e0d3b8;
--color-4: #e8e0c5;
--color-5: #f1e7d5;
}

CSS del degradado de fondo Olive Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4bcb1, #d1c6b3, #e0d3b8, #e8e0c5, #f1e7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4bcb1, #d1c6b3, #e0d3b8, #e8e0c5, #f1e7d5);
}

Olive Glow color palette created on .