Orange Market Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Market palette
Orange Market color palette CSS
/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #6fbf6e;
}
.color-5 {
color: #4c99cd;
}
/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #ff6d2e;
--color-3: #ffb84d;
--color-4: #6fbf6e;
--color-5: #4c99cd;
}
Orange Market background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #ff6d2e, #ffb84d, #6fbf6e, #4c99cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #ff6d2e, #ffb84d, #6fbf6e, #4c99cd);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Orange Market color palette created on .