Princess Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Princess palette
Princess color palette PNG image
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);
}
Similar color palettes
Princess color palette created on .