Pink Prissy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Prissy palette

Share this palette to:

Pink Prissy color palette CSS

/* CSS */
.color-1 {
color: #f4becc;
}
.color-2 {
color: #eea0b1;
}
.color-3 {
color: #e66b9a;
}
.color-4 {
color: #d44975;
}
.color-5 {
color: #bf3b62;
}

/* CSS Variables */
:root {
--color-1: #f4becc;
--color-2: #eea0b1;
--color-3: #e66b9a;
--color-4: #d44975;
--color-5: #bf3b62;
}

Pink Prissy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4becc, #eea0b1, #e66b9a, #d44975, #bf3b62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4becc, #eea0b1, #e66b9a, #d44975, #bf3b62);
}

Similar color palettes

Scroll down to explore 1 Pink color palette

Pink Prissy color palette created on .