Paleta de colores Soft Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Glow

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

CSS de la paleta de colores Soft Glow

/* CSS */
.color-1 {
color: #e8b78c;
}
.color-2 {
color: #f0c3a3;
}
.color-3 {
color: #f6d5b1;
}
.color-4 {
color: #fce5ca;
}
.color-5 {
color: #f9e1d2;
}

/* CSS Variables */
:root {
--color-1: #e8b78c;
--color-2: #f0c3a3;
--color-3: #f6d5b1;
--color-4: #fce5ca;
--color-5: #f9e1d2;
}

CSS del degradado de fondo Soft Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b78c, #f0c3a3, #f6d5b1, #fce5ca, #f9e1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b78c, #f0c3a3, #f6d5b1, #fce5ca, #f9e1d2);
}

Soft Glow color palette created on .