Warm Manhattan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Manhattan palette

Share this palette to:

Warm Manhattan color palette CSS

/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f3a76d;
}
.color-3 {
color: #f27e36;
}
.color-4 {
color: #d85d2c;
}
.color-5 {
color: #b2472a;
}

/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f3a76d;
--color-3: #f27e36;
--color-4: #d85d2c;
--color-5: #b2472a;
}

Warm Manhattan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f3a76d, #f27e36, #d85d2c, #b2472a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f3a76d, #f27e36, #d85d2c, #b2472a);
}

Warm Manhattan color palette created on .