Natural Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Natural Glow palette

Share this palette to:

Natural Glow color palette PNG image

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

Natural Glow color palette CSS

/* 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;
}

Natural Glow background gradient CSS

/* 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 .