Warm Manhattan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Manhattan palette
Warm Manhattan color palette CSS
/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e68a00;
}
.color-4 {
color: #c76d00;
}
.color-5 {
color: #a85f00;
}
/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f0a800;
--color-3: #e68a00;
--color-4: #c76d00;
--color-5: #a85f00;
}
Warm Manhattan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f0a800, #e68a00, #c76d00, #a85f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f0a800, #e68a00, #c76d00, #a85f00);
}
Similar color palettes
Warm Manhattan color palette created on .