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: #f9c54e;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f8a5a5;
}
.color-4 {
color: #f28c8c;
}
.color-5 {
color: #f05c5c;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9aeae;
--color-3: #f8a5a5;
--color-4: #f28c8c;
--color-5: #f05c5c;
}

Warm Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9aeae, #f8a5a5, #f28c8c, #f05c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9aeae, #f8a5a5, #f28c8c, #f05c5c);
}

Warm Pink color palette created on .