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