Whimsical Tails Color Palette
Discover the beautiful Whimsical Tails color palette featuring saffron (#f5b32e), valencia (#d94f3f), tapestry (#a34d9a), ship cove (#6d8cba) and lochinvar (#2d9a74).
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 Whimsical Tails palette
💻 Whimsical Tails color palette CSS
/* CSS */
.color-1 {
color: #f5b32e;
}
.color-2 {
color: #d94f3f;
}
.color-3 {
color: #a34d9a;
}
.color-4 {
color: #6d8cba;
}
.color-5 {
color: #2d9a74;
}
/* CSS Variables */
:root {
--color-1: #f5b32e;
--color-2: #d94f3f;
--color-3: #a34d9a;
--color-4: #6d8cba;
--color-5: #2d9a74;
} 🌈 Whimsical Tails background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b32e, #d94f3f, #a34d9a, #6d8cba, #2d9a74);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b32e, #d94f3f, #a34d9a, #6d8cba, #2d9a74);
} 🔗 Explore similar color palettes
Whimsical Tails color palette created on .