Peach Manhattan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peach Manhattan palette

Share this palette to:

Peach Manhattan color palette CSS

/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f9d4b4;
}
.color-3 {
color: #f7b2a1;
}
.color-4 {
color: #f47b7b;
}
.color-5 {
color: #e15b6d;
}

/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f9d4b4;
--color-3: #f7b2a1;
--color-4: #f47b7b;
--color-5: #e15b6d;
}

Peach Manhattan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f9d4b4, #f7b2a1, #f47b7b, #e15b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f9d4b4, #f7b2a1, #f47b7b, #e15b6d);
}

Peach Manhattan color palette created on .