Lavender Koi Color Palette
Discover the beautiful Lavender Koi color palette featuring light orchid (#e4afe3), light wisteria (#d09adb), amethyst (#a86bd1), studio (#7e4cb8) and minsk (#3d2d8b).
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 Lavender Koi palette
💻 Lavender Koi color palette CSS
/* CSS */
.color-1 {
color: #e4afe3;
}
.color-2 {
color: #d09adb;
}
.color-3 {
color: #a86bd1;
}
.color-4 {
color: #7e4cb8;
}
.color-5 {
color: #3d2d8b;
}
/* CSS Variables */
:root {
--color-1: #e4afe3;
--color-2: #d09adb;
--color-3: #a86bd1;
--color-4: #7e4cb8;
--color-5: #3d2d8b;
} 🌈 Lavender Koi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4afe3, #d09adb, #a86bd1, #7e4cb8, #3d2d8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4afe3, #d09adb, #a86bd1, #7e4cb8, #3d2d8b);
} 🔗 Explore similar color palettes
Lavender Koi color palette created on .