Pink Kitty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Kitty palette

Share this palette to:

Pink Kitty color palette CSS

/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #f5d399;
}
.color-3 {
color: #f9d68b;
}
.color-4 {
color: #f4bc4e;
}
.color-5 {
color: #f57b70;
}

/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #f5d399;
--color-3: #f9d68b;
--color-4: #f4bc4e;
--color-5: #f57b70;
}

Pink Kitty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #f5d399, #f9d68b, #f4bc4e, #f57b70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #f5d399, #f9d68b, #f4bc4e, #f57b70);
}

Pink Kitty color palette created on .