Warm Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Pink palette

Share this palette to:

Warm Pink color palette CSS

/* CSS */
.color-1 {
color: #fbd5d6;
}
.color-2 {
color: #ffe0e0;
}
.color-3 {
color: #ffe9c7;
}
.color-4 {
color: #ffedb3;
}
.color-5 {
color: #fff7e0;
}

/* CSS Variables */
:root {
--color-1: #fbd5d6;
--color-2: #ffe0e0;
--color-3: #ffe9c7;
--color-4: #ffedb3;
--color-5: #fff7e0;
}

Warm Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd5d6, #ffe0e0, #ffe9c7, #ffedb3, #fff7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd5d6, #ffe0e0, #ffe9c7, #ffedb3, #fff7e0);
}

Similar color palettes

Warm Pink color palette created on .