Ethereal Sakura Color Palette
Discover the beautiful Ethereal Sakura color palette featuring light orchid (#e0a3c4), puce (#c77a9b), tapestry (#aa507e), finn (#6c2d4d) and loulou (#3f0d2a).
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 Ethereal Sakura palette
💻 Ethereal Sakura color palette CSS
/* CSS */
.color-1 {
color: #e0a3c4;
}
.color-2 {
color: #c77a9b;
}
.color-3 {
color: #aa507e;
}
.color-4 {
color: #6c2d4d;
}
.color-5 {
color: #3f0d2a;
}
/* CSS Variables */
:root {
--color-1: #e0a3c4;
--color-2: #c77a9b;
--color-3: #aa507e;
--color-4: #6c2d4d;
--color-5: #3f0d2a;
} 🌈 Ethereal Sakura background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a3c4, #c77a9b, #aa507e, #6c2d4d, #3f0d2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a3c4, #c77a9b, #aa507e, #6c2d4d, #3f0d2a);
} 🔗 Explore similar color palettes
Ethereal Sakura color palette created on .