Natural Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Natural Glow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Natural Glow Color Palette (PNG)
Natural Glow color palette CSS
/* CSS */
.color-1 {
color: #f5d6b7;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #d69d8f;
}
.color-4 {
color: #b8907a;
}
.color-5 {
color: #a86e5d;
}
/* CSS Variables */
:root {
--color-1: #f5d6b7;
--color-2: #e2b8a1;
--color-3: #d69d8f;
--color-4: #b8907a;
--color-5: #a86e5d;
}
Natural Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6b7, #e2b8a1, #d69d8f, #b8907a, #a86e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6b7, #e2b8a1, #d69d8f, #b8907a, #a86e5d);
}
Similar color palettes
Natural Glow color palette created on .