GamingCreature65 Color Palette
Discover the beautiful GamingCreature65 color palette featuring meteorite (#362287), royal purple (#653fac), amethyst (#9a6acd), light wisteria (#dd9de7) and chantilly (#f9c3d4).
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 GamingCreature65 palette
💻 GamingCreature65 color palette CSS
/* CSS */
.color-1 {
color: #362287;
}
.color-2 {
color: #653fac;
}
.color-3 {
color: #9a6acd;
}
.color-4 {
color: #dd9de7;
}
.color-5 {
color: #f9c3d4;
}
/* CSS Variables */
:root {
--color-1: #362287;
--color-2: #653fac;
--color-3: #9a6acd;
--color-4: #dd9de7;
--color-5: #f9c3d4;
} 🌈 GamingCreature65 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #362287, #653fac, #9a6acd, #dd9de7, #f9c3d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #362287, #653fac, #9a6acd, #dd9de7, #f9c3d4);
} 🔗 Explore similar color palettes
GamingCreature65 color palette created on .