Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cat palette

Share this palette to:

Cat color palette PNG image

Download cat color palette PNG image (landscape)
Download cat color palette PNG image (square)

Cat color palette CSS

/* CSS */
.color-1 {
color: #f6a2bf;
}
.color-2 {
color: #fbab8e;
}
.color-3 {
color: #f8c56d;
}
.color-4 {
color: #e9eba2;
}
.color-5 {
color: #a6d8c6;
}

/* CSS Variables */
:root {
--color-1: #f6a2bf;
--color-2: #fbab8e;
--color-3: #f8c56d;
--color-4: #e9eba2;
--color-5: #a6d8c6;
}

Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2bf, #fbab8e, #f8c56d, #e9eba2, #a6d8c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2bf, #fbab8e, #f8c56d, #e9eba2, #a6d8c6);
}

Cat color palette created on .