TikTok Color Palette
Discover the beautiful TikTok color palette featuring mountain meadow (#1db97d), jungle green (#25a2a0), affair (#6e3e8e), wild sand (#f5f5f5) and radical red (#ff2e54).
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 TikTok palette
💻 TikTok color palette CSS
/* CSS */
.color-1 {
color: #1db97d;
}
.color-2 {
color: #25a2a0;
}
.color-3 {
color: #6e3e8e;
}
.color-4 {
color: #f5f5f5;
}
.color-5 {
color: #ff2e54;
}
/* CSS Variables */
:root {
--color-1: #1db97d;
--color-2: #25a2a0;
--color-3: #6e3e8e;
--color-4: #f5f5f5;
--color-5: #ff2e54;
} 🌈 TikTok background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db97d, #25a2a0, #6e3e8e, #f5f5f5, #ff2e54);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db97d, #25a2a0, #6e3e8e, #f5f5f5, #ff2e54);
} 🔗 Explore similar color palettes
TikTok color palette created on .