Whiskas Inspired Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whiskas Inspired palette
Whiskas Inspired color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 10+ Cat color palettes
Whiskas Inspired color palette created on .