Splatoon Callie Color Palette
Discover the beautiful Splatoon Callie color palette featuring cyan / aqua (#1ae0ff), burning orange (#ff7142), gold (#ffd500), screamin' green (#6bff66) and wild strawberry (#ff2990).
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 Splatoon Callie palette
💻 Splatoon Callie color palette CSS
/* CSS */
.color-1 {
color: #1ae0ff;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffd500;
}
.color-4 {
color: #6bff66;
}
.color-5 {
color: #ff2990;
}
/* CSS Variables */
:root {
--color-1: #1ae0ff;
--color-2: #ff7142;
--color-3: #ffd500;
--color-4: #6bff66;
--color-5: #ff2990;
} 🌈 Splatoon Callie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ae0ff, #ff7142, #ffd500, #6bff66, #ff2990);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ae0ff, #ff7142, #ffd500, #6bff66, #ff2990);
} 🔗 Explore similar color palettes
Splatoon Callie color palette created on .