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: #f9b1ae;
}
.color-2 {
color: #f6e8c1;
}
.color-3 {
color: #f1c6c0;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #f9d55d;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6e8c1;
--color-3: #f1c6c0;
--color-4: #ff6d1f;
--color-5: #f9d55d;
}

Warm Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6e8c1, #f1c6c0, #ff6d1f, #f9d55d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6e8c1, #f1c6c0, #ff6d1f, #f9d55d);
}

Warm Pink color palette created on .