Purple Princess Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Princess palette
Purple Princess color palette CSS
/* CSS */
.color-1 {
color: #d6a4e5;
}
.color-2 {
color: #8959e3;
}
.color-3 {
color: #5b508b;
}
.color-4 {
color: #f3c4e2;
}
.color-5 {
color: #f6a2c2;
}
/* CSS Variables */
:root {
--color-1: #d6a4e5;
--color-2: #8959e3;
--color-3: #5b508b;
--color-4: #f3c4e2;
--color-5: #f6a2c2;
}
Purple Princess background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a4e5, #8959e3, #5b508b, #f3c4e2, #f6a2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a4e5, #8959e3, #5b508b, #f3c4e2, #f6a2c2);
}
Similar color palettes
Purple Princess color palette created on .