Cat's Whimsy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cat's Whimsy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cat's Whimsy Color Palette (PNG)
Cat's Whimsy color palette CSS
/* CSS */
.color-1 {
color: #b57d9c;
}
.color-2 {
color: #e4afd4;
}
.color-3 {
color: #f0d24c;
}
.color-4 {
color: #e33b6d;
}
.color-5 {
color: #c6c5c3;
}
/* CSS Variables */
:root {
--color-1: #b57d9c;
--color-2: #e4afd4;
--color-3: #f0d24c;
--color-4: #e33b6d;
--color-5: #c6c5c3;
}
Cat's Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b57d9c, #e4afd4, #f0d24c, #e33b6d, #c6c5c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b57d9c, #e4afd4, #f0d24c, #e33b6d, #c6c5c3);
}
Similar color palettes
Cat's Whimsy color palette created on .