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: #f0b67f;
}
.color-2 {
color: #f9c78b;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #e07b9d;
}

/* CSS Variables */
:root {
--color-1: #f0b67f;
--color-2: #f9c78b;
--color-3: #f8e0a0;
--color-4: #f1a8a2;
--color-5: #e07b9d;
}

Warm Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b67f, #f9c78b, #f8e0a0, #f1a8a2, #e07b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b67f, #f9c78b, #f8e0a0, #f1a8a2, #e07b9d);
}

Warm Pink color palette created on .