Tina Color Palette
Discover the beautiful Tina color palette featuring bittersweet (#fd6b5d), texas rose (#ffb84d), glacier (#6e9cc4), east side (#ad83c9) and butterfly bush (#5c4b8b).
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 Tina palette
💻 Tina color palette CSS
/* CSS */
.color-1 {
color: #fd6b5d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #6e9cc4;
}
.color-4 {
color: #ad83c9;
}
.color-5 {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--color-1: #fd6b5d;
--color-2: #ffb84d;
--color-3: #6e9cc4;
--color-4: #ad83c9;
--color-5: #5c4b8b;
} 🌈 Tina background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fd6b5d, #ffb84d, #6e9cc4, #ad83c9, #5c4b8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fd6b5d, #ffb84d, #6e9cc4, #ad83c9, #5c4b8b);
} 🔗 Explore similar color palettes
Tina color palette created on .