Princess Celestia Color Palette
Discover the beautiful Princess Celestia color palette featuring prelude (#d5b3e0), regent st blue (#a3c7e0), parchment (#f2e4d4), mandys pink (#f5b2b4) and moss green (#b6d89d).
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 Celestia palette
💻 Princess Celestia color palette CSS
/* CSS */
.color-1 {
color: #d5b3e0;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f2e4d4;
}
.color-4 {
color: #f5b2b4;
}
.color-5 {
color: #b6d89d;
}
/* CSS Variables */
:root {
--color-1: #d5b3e0;
--color-2: #a3c7e0;
--color-3: #f2e4d4;
--color-4: #f5b2b4;
--color-5: #b6d89d;
} 🌈 Princess Celestia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5b3e0, #a3c7e0, #f2e4d4, #f5b2b4, #b6d89d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5b3e0, #a3c7e0, #f2e4d4, #f5b2b4, #b6d89d);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Princess Celestia color palette created on .