Paleta de colores Natural Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Natural Glow palette
Imagen PNG de la paleta de colores Natural Glow
CSS de la paleta de colores Natural Glow
/* CSS */
.color-1 {
color: #f5d7b2;
}
.color-2 {
color: #e2b79c;
}
.color-3 {
color: #d58f6d;
}
.color-4 {
color: #b76e5c;
}
.color-5 {
color: #a1524f;
}
/* CSS Variables */
:root {
--color-1: #f5d7b2;
--color-2: #e2b79c;
--color-3: #d58f6d;
--color-4: #b76e5c;
--color-5: #a1524f;
}
CSS del degradado de fondo Natural Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d7b2, #e2b79c, #d58f6d, #b76e5c, #a1524f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d7b2, #e2b79c, #d58f6d, #b76e5c, #a1524f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20+ paletas de colores Piel
Natural Glow color palette created on .