Princess Color Palette
Discover the beautiful Princess color palette featuring wisp pink (#fde8fd), tutu (#fff0ff), pink lace (#ffdbf4), light orchid (#ebb7e4) and biloba flower (#d9a8eb).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Princess palette
💻 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);
}
🔗 Explore similar color palettes
Princess color palette created on .