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: #ff6e61;
}
.color-2 {
color: #ffab3d;
}
.color-3 {
color: #ffdd57;
}
.color-4 {
color: #6ba046;
}
.color-5 {
color: #3e8e8c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffab3d;
--color-3: #ffdd57;
--color-4: #6ba046;
--color-5: #3e8e8c;
}

Warm Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffab3d, #ffdd57, #6ba046, #3e8e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffab3d, #ffdd57, #6ba046, #3e8e8c);
}

Warm Pink color palette created on .