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