TikTok Color Palette
Discover the beautiful TikTok color palette featuring dodger blue (#1ca0f2), jungle green (#26ab6f), wild sand (#f5f5f5), cashmere (#e9b79f) 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: #1ca0f2;
}
.color-2 {
color: #26ab6f;
}
.color-3 {
color: #f5f5f5;
}
.color-4 {
color: #e9b79f;
}
.color-5 {
color: #ff2e54;
}
/* CSS Variables */
:root {
--color-1: #1ca0f2;
--color-2: #26ab6f;
--color-3: #f5f5f5;
--color-4: #e9b79f;
--color-5: #ff2e54;
} 🌈 TikTok background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ca0f2, #26ab6f, #f5f5f5, #e9b79f, #ff2e54);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ca0f2, #26ab6f, #f5f5f5, #e9b79f, #ff2e54);
} 🔗 Explore similar color palettes
TikTok color palette created on .