Sepia Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sepia Glow palette

Share this palette to:

Sepia Glow color palette PNG image

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

Sepia Glow color palette CSS

/* CSS */
.color-1 {
color: #e4b9a0;
}
.color-2 {
color: #d1a789;
}
.color-3 {
color: #c59977;
}
.color-4 {
color: #b28a6c;
}
.color-5 {
color: #9f7d60;
}

/* CSS Variables */
:root {
--color-1: #e4b9a0;
--color-2: #d1a789;
--color-3: #c59977;
--color-4: #b28a6c;
--color-5: #9f7d60;
}

Sepia Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b9a0, #d1a789, #c59977, #b28a6c, #9f7d60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b9a0, #d1a789, #c59977, #b28a6c, #9f7d60);
}

Sepia Glow color palette created on .