Paleta de colores Soft Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Glow palette
Imagen PNG de la paleta de colores Soft Glow
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Piel
Soft Glow color palette created on .