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: #f8d9b9;
}
.color-2 {
color: #e0a88a;
}
.color-3 {
color: #d48d7d;
}
.color-4 {
color: #c0735d;
}
.color-5 {
color: #a0524b;
}

/* CSS Variables */
:root {
--color-1: #f8d9b9;
--color-2: #e0a88a;
--color-3: #d48d7d;
--color-4: #c0735d;
--color-5: #a0524b;
}

Natural Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d9b9, #e0a88a, #d48d7d, #c0735d, #a0524b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d9b9, #e0a88a, #d48d7d, #c0735d, #a0524b);
}

Natural Glow color palette created on .