Whimsical Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Cat palette
Whimsical Cat color palette PNG image
Whimsical Cat color palette CSS
/* CSS */
.color-1 {
color: #c1a2d2;
}
.color-2 {
color: #a16ca7;
}
.color-3 {
color: #d9b9e9;
}
.color-4 {
color: #f6d6b1;
}
.color-5 {
color: #fbae5b;
}
/* CSS Variables */
:root {
--color-1: #c1a2d2;
--color-2: #a16ca7;
--color-3: #d9b9e9;
--color-4: #f6d6b1;
--color-5: #fbae5b;
}
Whimsical Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1a2d2, #a16ca7, #d9b9e9, #f6d6b1, #fbae5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1a2d2, #a16ca7, #d9b9e9, #f6d6b1, #fbae5b);
}
Similar color palettes
Scroll down to explore 10+ Cat color palettes
Whimsical Cat color palette created on .