Killua Color Palette
Discover the beautiful Killua color palette featuring blue chalk (#e8e0ff), melrose (#b3c7ff), anakiwa (#a3d3ff), malibu (#809dff) and dodger blue (#4d7cff).
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 Killua palette
💻 Killua color palette CSS
/* CSS */
.color-1 {
color: #e8e0ff;
}
.color-2 {
color: #b3c7ff;
}
.color-3 {
color: #a3d3ff;
}
.color-4 {
color: #809dff;
}
.color-5 {
color: #4d7cff;
}
/* CSS Variables */
:root {
--color-1: #e8e0ff;
--color-2: #b3c7ff;
--color-3: #a3d3ff;
--color-4: #809dff;
--color-5: #4d7cff;
} 🌈 Killua background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e0ff, #b3c7ff, #a3d3ff, #809dff, #4d7cff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e0ff, #b3c7ff, #a3d3ff, #809dff, #4d7cff);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Killua color palette created on .