Pink Cat Bell Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cat Bell palette

Share this palette to:

Pink Cat Bell color palette CSS

/* CSS */
.color-1 {
color: #e1b5f2;
}
.color-2 {
color: #f8c4e9;
}
.color-3 {
color: #fbd0d7;
}
.color-4 {
color: #f9eaa4;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #e1b5f2;
--color-2: #f8c4e9;
--color-3: #fbd0d7;
--color-4: #f9eaa4;
--color-5: #f4a462;
}

Pink Cat Bell background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b5f2, #f8c4e9, #fbd0d7, #f9eaa4, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b5f2, #f8c4e9, #fbd0d7, #f9eaa4, #f4a462);
}

Pink Cat Bell color palette created on .