Pink and Black Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink and Black Elegance palette

Share this palette to:

Pink and Black Elegance color palette CSS

/* CSS */
.color-1 {
color: #f7b1c2;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #b1b0b5;
}
.color-4 {
color: #585b5f;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #f7b1c2;
--color-2: #eab8d1;
--color-3: #b1b0b5;
--color-4: #585b5f;
--color-5: #1c1c1c;
}

Pink and Black Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1c2, #eab8d1, #b1b0b5, #585b5f, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1c2, #eab8d1, #b1b0b5, #585b5f, #1c1c1c);
}

Pink and Black Elegance color palette created on .