Soft Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Glow palette

Share this palette to:

Soft Glow color palette PNG image

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

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

Soft Glow color palette created on .