Princess's Secret Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Princess's Secret palette
Color Inspiration
Images that showcase this color palette in real designs
Download Princess's Secret Color Palette (PNG)
Princess's Secret color palette CSS
/* CSS */
.color-1 {
color: #4a1a61;
}
.color-2 {
color: #7f247f;
}
.color-3 {
color: #b285d1;
}
.color-4 {
color: #ab3f3f;
}
.color-5 {
color: #772828;
}
/* CSS Variables */
:root {
--color-1: #4a1a61;
--color-2: #7f247f;
--color-3: #b285d1;
--color-4: #ab3f3f;
--color-5: #772828;
}
Princess's Secret background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1a61, #7f247f, #b285d1, #ab3f3f, #772828);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1a61, #7f247f, #b285d1, #ab3f3f, #772828);
}
Similar color palettes
Princess's Secret color palette created on .