Pink Cursed Princess Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cursed Princess palette

Share this palette to:

Pink Cursed Princess color palette CSS

/* CSS */
.color-1 {
color: #aa7dba;
}
.color-2 {
color: #d69fc6;
}
.color-3 {
color: #f1d5e0;
}
.color-4 {
color: #f9c59f;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #aa7dba;
--color-2: #d69fc6;
--color-3: #f1d5e0;
--color-4: #f9c59f;
--color-5: #f47b1f;
}

Pink Cursed Princess background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa7dba, #d69fc6, #f1d5e0, #f9c59f, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa7dba, #d69fc6, #f1d5e0, #f9c59f, #f47b1f);
}

Pink Cursed Princess color palette created on .