Princess Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Princess palette

Share this palette to:

Princess color palette PNG image

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

Princess color palette CSS

/* CSS */
.color-1 {
color: #fde8fd;
}
.color-2 {
color: #fff0ff;
}
.color-3 {
color: #ffdbf4;
}
.color-4 {
color: #ebb7e4;
}
.color-5 {
color: #d9a8eb;
}

/* CSS Variables */
:root {
--color-1: #fde8fd;
--color-2: #fff0ff;
--color-3: #ffdbf4;
--color-4: #ebb7e4;
--color-5: #d9a8eb;
}

Princess background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde8fd, #fff0ff, #ffdbf4, #ebb7e4, #d9a8eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde8fd, #fff0ff, #ffdbf4, #ebb7e4, #d9a8eb);
}

Princess color palette created on .