Pink Neutrals Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Neutrals palette

Share this palette to:

Pink Neutrals color palette CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f9b4d2;
}
.color-3 {
color: #e89bb2;
}
.color-4 {
color: #c7a78e;
}
.color-5 {
color: #b0a89c;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f9b4d2;
--color-3: #e89bb2;
--color-4: #c7a78e;
--color-5: #b0a89c;
}

Pink Neutrals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f9b4d2, #e89bb2, #c7a78e, #b0a89c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f9b4d2, #e89bb2, #c7a78e, #b0a89c);
}

Pink Neutrals color palette created on .