Orange Shopping Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Shopping palette

Share this palette to:

Orange Shopping color palette CSS

/* CSS */
.color-1 {
color: #f3c195;
}
.color-2 {
color: #f7b84b;
}
.color-3 {
color: #ff6933;
}
.color-4 {
color: #ff4f38;
}
.color-5 {
color: #d6385d;
}

/* CSS Variables */
:root {
--color-1: #f3c195;
--color-2: #f7b84b;
--color-3: #ff6933;
--color-4: #ff4f38;
--color-5: #d6385d;
}

Orange Shopping background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c195, #f7b84b, #ff6933, #ff4f38, #d6385d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c195, #f7b84b, #ff6933, #ff4f38, #d6385d);
}

Orange Shopping color palette created on .