Princess Color Palette
Discover the beautiful Princess color palette featuring wisp pink (#fde8fd), tutu (#fff0ff), pink lace (#ffdcf4), light orchid (#ebb5e4) and biloba flower (#daaaeb).
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: #ffdcf4;
}
.color-4 {
color: #ebb5e4;
}
.color-5 {
color: #daaaeb;
}
/* CSS Variables */
:root {
--color-1: #fde8fd;
--color-2: #fff0ff;
--color-3: #ffdcf4;
--color-4: #ebb5e4;
--color-5: #daaaeb;
} 🌈 Princess background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde8fd, #fff0ff, #ffdcf4, #ebb5e4, #daaaeb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde8fd, #fff0ff, #ffdcf4, #ebb5e4, #daaaeb);
} 🔗 Explore similar color palettes
Princess color palette created on .