Taro Color Palette
Discover the beautiful Taro color palette featuring blue haze (#d6c8df), logan (#b7a2cd), purple mountain's majesty (#9e7bb7), affair (#7b4c94) and honey flower (#4c1e67).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withLavender, Purple, Plum, Violet, Darkpurple, Soft, Pastel, Elegant color palettes and combinations.
💡 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 Taro palette
💻 Taro color palette CSS
/* CSS */
.color-1 {
color: #d6c8df;
}
.color-2 {
color: #b7a2cd;
}
.color-3 {
color: #9e7bb7;
}
.color-4 {
color: #7b4c94;
}
.color-5 {
color: #4c1e67;
}
/* CSS Variables */
:root {
--color-1: #d6c8df;
--color-2: #b7a2cd;
--color-3: #9e7bb7;
--color-4: #7b4c94;
--color-5: #4c1e67;
}
🌈 Taro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c8df, #b7a2cd, #9e7bb7, #7b4c94, #4c1e67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c8df, #b7a2cd, #9e7bb7, #7b4c94, #4c1e67);
}
🔗 Explore similar color palettes
Taro color palette created on .