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: #f0a800;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ff8a92;
}
.color-5 {
color: #ff577e;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff7142;
--color-3: #ffadad;
--color-4: #ff8a92;
--color-5: #ff577e;
}

Warm Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff7142, #ffadad, #ff8a92, #ff577e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff7142, #ffadad, #ff8a92, #ff577e);
}

Warm Pink color palette created on .