Paleta de colores Soft Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Glow palette

Compartir esta paleta en:

Descargar la paleta de colores Soft Glow (PNG)

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: #f5d1c7;
}
.color-2 {
color: #e8b4a1;
}
.color-3 {
color: #d89f8d;
}
.color-4 {
color: #c68a76;
}
.color-5 {
color: #b47f64;
}

/* CSS Variables */
:root {
--color-1: #f5d1c7;
--color-2: #e8b4a1;
--color-3: #d89f8d;
--color-4: #c68a76;
--color-5: #b47f64;
}

CSS del degradado de fondo Soft Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d1c7, #e8b4a1, #d89f8d, #c68a76, #b47f64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d1c7, #e8b4a1, #d89f8d, #c68a76, #b47f64);
}

Soft Glow color palette created on .