Pink Princess Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Princess palette

Share this palette to:

Pink Princess color palette CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f1a7d3;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #d3a1e3;
}
.color-5 {
color: #a68cc5;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f1a7d3;
--color-3: #eab8e4;
--color-4: #d3a1e3;
--color-5: #a68cc5;
}

Pink Princess background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f1a7d3, #eab8e4, #d3a1e3, #a68cc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f1a7d3, #eab8e4, #d3a1e3, #a68cc5);
}

Pink Princess color palette created on .