Whiskas Inspired Color Palette
Discover the beautiful Whiskas Inspired color palette featuring lilac (#c8a2c8), bouquet (#a56f9a), affair (#714b81), bossanova (#4c2f65) and valhalla (#251a4c).
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 Whiskas Inspired palette
💻 Whiskas Inspired color palette CSS
/* CSS */
.color-1 {
color: #c8a2c8;
}
.color-2 {
color: #a56f9a;
}
.color-3 {
color: #714b81;
}
.color-4 {
color: #4c2f65;
}
.color-5 {
color: #251a4c;
}
/* CSS Variables */
:root {
--color-1: #c8a2c8;
--color-2: #a56f9a;
--color-3: #714b81;
--color-4: #4c2f65;
--color-5: #251a4c;
}
🌈 Whiskas Inspired background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8a2c8, #a56f9a, #714b81, #4c2f65, #251a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8a2c8, #a56f9a, #714b81, #4c2f65, #251a4c);
}
🔗 Explore similar color palettes
Whiskas Inspired color palette created on .