Orange Manhattan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Manhattan palette

Share this palette to:

Orange Manhattan color palette CSS

/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #d67900;
}
.color-4 {
color: #a84900;
}
.color-5 {
color: #7a3f00;
}

/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f0a400;
--color-3: #d67900;
--color-4: #a84900;
--color-5: #7a3f00;
}

Orange Manhattan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f0a400, #d67900, #a84900, #7a3f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f0a400, #d67900, #a84900, #7a3f00);
}

Orange Manhattan color palette created on .