Paleta de colores Natural Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Natural Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Natural Glow

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

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);
}

Natural Glow color palette created on .