Fallen Princess Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fallen Princess palette

Share this palette to:

Fallen Princess color palette PNG image

Download fallen princess color palette PNG image (landscape)
Download fallen princess color palette PNG image (square)

Fallen Princess color palette CSS

/* CSS */
.color-1 {
color: #793e3e;
}
.color-2 {
color: #d89f8d;
}
.color-3 {
color: #f2d7a1;
}
.color-4 {
color: #f4c3c3;
}
.color-5 {
color: #e65c6c;
}

/* CSS Variables */
:root {
--color-1: #793e3e;
--color-2: #d89f8d;
--color-3: #f2d7a1;
--color-4: #f4c3c3;
--color-5: #e65c6c;
}

Fallen Princess background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #793e3e, #d89f8d, #f2d7a1, #f4c3c3, #e65c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #793e3e, #d89f8d, #f2d7a1, #f4c3c3, #e65c6c);
}

Similar color palettes

Fallen Princess color palette created on .