Tinky Winky Color Palette
Discover the beautiful Tinky Winky color palette featuring light orchid (#eab8e4), east side (#b87dcf), trendy pink (#8c5b9a), jacarta (#4b2c6d) and valentino (#2f0f3e).
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 Tinky Winky palette
💻 Tinky Winky color palette CSS
/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #b87dcf;
}
.color-3 {
color: #8c5b9a;
}
.color-4 {
color: #4b2c6d;
}
.color-5 {
color: #2f0f3e;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #b87dcf;
--color-3: #8c5b9a;
--color-4: #4b2c6d;
--color-5: #2f0f3e;
}
🌈 Tinky Winky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #b87dcf, #8c5b9a, #4b2c6d, #2f0f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #b87dcf, #8c5b9a, #4b2c6d, #2f0f3e);
}
🔗 Explore similar color palettes
Tinky Winky color palette created on .