Kawaii Blue Green Purple Color Palette
Discover the beautiful Kawaii Blue Green Purple color palette featuring royal purple (#684096), aqua forest (#60a985), keppel (#349d98), st tropaz (#2d5c9a) and abbey (#4a4e4f).
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 Kawaii Blue Green Purple palette
💻 Kawaii Blue Green Purple color palette CSS
/* CSS */
.color-1 {
color: #684096;
}
.color-2 {
color: #60a985;
}
.color-3 {
color: #349d98;
}
.color-4 {
color: #2d5c9a;
}
.color-5 {
color: #4a4e4f;
}
/* CSS Variables */
:root {
--color-1: #684096;
--color-2: #60a985;
--color-3: #349d98;
--color-4: #2d5c9a;
--color-5: #4a4e4f;
} 🌈 Kawaii Blue Green Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #684096, #60a985, #349d98, #2d5c9a, #4a4e4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #684096, #60a985, #349d98, #2d5c9a, #4a4e4f);
} 🔗 Explore similar color palettes
Kawaii Blue Green Purple color palette created on .