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: #f5d1c7;
}
.color-2 {
color: #e8b4a1;
}
.color-3 {
color: #d89f8d;
}
.color-4 {
color: #c68a76;
}
.color-5 {
color: #b47f64;
}

/* CSS Variables */
:root {
--color-1: #f5d1c7;
--color-2: #e8b4a1;
--color-3: #d89f8d;
--color-4: #c68a76;
--color-5: #b47f64;
}

Soft Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d1c7, #e8b4a1, #d89f8d, #c68a76, #b47f64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d1c7, #e8b4a1, #d89f8d, #c68a76, #b47f64);
}

Soft Glow color palette created on .