Very Small Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Very Small Cat palette

Share this palette to:

Very Small Cat color palette PNG image

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

Very Small Cat color palette CSS

/* CSS */
.color-1 {
color: #d8b6c5;
}
.color-2 {
color: #f2c5d3;
}
.color-3 {
color: #f1e4e9;
}
.color-4 {
color: #f7e1b6;
}
.color-5 {
color: #f1b74b;
}

/* CSS Variables */
:root {
--color-1: #d8b6c5;
--color-2: #f2c5d3;
--color-3: #f1e4e9;
--color-4: #f7e1b6;
--color-5: #f1b74b;
}

Very Small Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b6c5, #f2c5d3, #f1e4e9, #f7e1b6, #f1b74b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b6c5, #f2c5d3, #f1e4e9, #f7e1b6, #f1b74b);
}

Very Small Cat color palette created on .