Cinematic Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cinematic Elegance palette

Share this palette to:

Cinematic Elegance color palette CSS

/* CSS */
.color-1 {
color: #f0df9e;
}
.color-2 {
color: #d1c5a8;
}
.color-3 {
color: #bf9bb5;
}
.color-4 {
color: #6e3f8d;
}
.color-5 {
color: #3d2b50;
}

/* CSS Variables */
:root {
--color-1: #f0df9e;
--color-2: #d1c5a8;
--color-3: #bf9bb5;
--color-4: #6e3f8d;
--color-5: #3d2b50;
}

Cinematic Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0df9e, #d1c5a8, #bf9bb5, #6e3f8d, #3d2b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0df9e, #d1c5a8, #bf9bb5, #6e3f8d, #3d2b50);
}

Cinematic Elegance color palette created on .