Fluffy Pink Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fluffy Pink Cat palette

Share this palette to:

Fluffy Pink Cat color palette PNG image

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

Fluffy Pink Cat color palette CSS

/* CSS */
.color-1 {
color: #f5e5d1;
}
.color-2 {
color: #e1c6d7;
}
.color-3 {
color: #d5b4c5;
}
.color-4 {
color: #b99ec2;
}
.color-5 {
color: #7c7cc0;
}

/* CSS Variables */
:root {
--color-1: #f5e5d1;
--color-2: #e1c6d7;
--color-3: #d5b4c5;
--color-4: #b99ec2;
--color-5: #7c7cc0;
}

Fluffy Pink Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5d1, #e1c6d7, #d5b4c5, #b99ec2, #7c7cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5d1, #e1c6d7, #d5b4c5, #b99ec2, #7c7cc0);
}

Fluffy Pink Cat color palette created on .