Faded Passion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Faded Passion palette

Share this palette to:

Faded Passion color palette PNG image

Download faded passion color palette PNG image (landscape)
Download faded passion color palette PNG image (square)

Faded Passion color palette CSS

/* CSS */
.color-1 {
color: #c67b90;
}
.color-2 {
color: #f5b8a3;
}
.color-3 {
color: #f9e5b4;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #d3ab0d;
}

/* CSS Variables */
:root {
--color-1: #c67b90;
--color-2: #f5b8a3;
--color-3: #f9e5b4;
--color-4: #f4cf3e;
--color-5: #d3ab0d;
}

Faded Passion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c67b90, #f5b8a3, #f9e5b4, #f4cf3e, #d3ab0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c67b90, #f5b8a3, #f9e5b4, #f4cf3e, #d3ab0d);
}

Faded Passion color palette created on .