Pale Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pale Glow palette

Share this palette to:

Pale Glow color palette PNG image

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

Pale Glow color palette CSS

/* CSS */
.color-1 {
color: #f0d8d6;
}
.color-2 {
color: #e8cfcf;
}
.color-3 {
color: #d5b7b3;
}
.color-4 {
color: #c19a8a;
}
.color-5 {
color: #a67e6e;
}

/* CSS Variables */
:root {
--color-1: #f0d8d6;
--color-2: #e8cfcf;
--color-3: #d5b7b3;
--color-4: #c19a8a;
--color-5: #a67e6e;
}

Pale Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d8d6, #e8cfcf, #d5b7b3, #c19a8a, #a67e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d8d6, #e8cfcf, #d5b7b3, #c19a8a, #a67e6e);
}

Pale Glow color palette created on .