Cinematic Sepia Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cinematic Sepia Dream palette

Share this palette to:

Cinematic Sepia Dream color palette CSS

/* CSS */
.color-1 {
color: #8a8b79;
}
.color-2 {
color: #d6c5a8;
}
.color-3 {
color: #c1a36c;
}
.color-4 {
color: #b36f4d;
}
.color-5 {
color: #7c4e4b;
}

/* CSS Variables */
:root {
--color-1: #8a8b79;
--color-2: #d6c5a8;
--color-3: #c1a36c;
--color-4: #b36f4d;
--color-5: #7c4e4b;
}

Cinematic Sepia Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a8b79, #d6c5a8, #c1a36c, #b36f4d, #7c4e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a8b79, #d6c5a8, #c1a36c, #b36f4d, #7c4e4b);
}

Cinematic Sepia Dream color palette created on .