Pink Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Cat palette
Pink Cat color palette CSS
/* CSS */
.color-1 {
color: #f3c4cf;
}
.color-2 {
color: #d09fa9;
}
.color-3 {
color: #a76c8d;
}
.color-4 {
color: #8a4c6b;
}
.color-5 {
color: #5e2b4e;
}
/* CSS Variables */
:root {
--color-1: #f3c4cf;
--color-2: #d09fa9;
--color-3: #a76c8d;
--color-4: #8a4c6b;
--color-5: #5e2b4e;
}
Pink Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c4cf, #d09fa9, #a76c8d, #8a4c6b, #5e2b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c4cf, #d09fa9, #a76c8d, #8a4c6b, #5e2b4e);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Pink Cat color palette created on .