Fluffy Pink Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fluffy Pink Cat palette
Fluffy Pink Cat color palette CSS
/* CSS */
.color-1 {
color: #f7e5cf;
}
.color-2 {
color: #e8bfd9;
}
.color-3 {
color: #dfaac5;
}
.color-4 {
color: #c18fd1;
}
.color-5 {
color: #6d6dd0;
}
/* CSS Variables */
:root {
--color-1: #f7e5cf;
--color-2: #e8bfd9;
--color-3: #dfaac5;
--color-4: #c18fd1;
--color-5: #6d6dd0;
}
Fluffy Pink Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e5cf, #e8bfd9, #dfaac5, #c18fd1, #6d6dd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e5cf, #e8bfd9, #dfaac5, #c18fd1, #6d6dd0);
}
Similar color palettes
Scroll down to explore 100+ Peach color palettes
Fluffy Pink Cat color palette created on .