Brown Spy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Spy palette

Share this palette to:

Brown Spy color palette CSS

/* CSS */
.color-1 {
color: #e6a400;
}
.color-2 {
color: #c74c00;
}
.color-3 {
color: #791b1e;
}
.color-4 {
color: #5c4b8b;
}
.color-5 {
color: #2f4b4b;
}

/* CSS Variables */
:root {
--color-1: #e6a400;
--color-2: #c74c00;
--color-3: #791b1e;
--color-4: #5c4b8b;
--color-5: #2f4b4b;
}

Brown Spy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a400, #c74c00, #791b1e, #5c4b8b, #2f4b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a400, #c74c00, #791b1e, #5c4b8b, #2f4b4b);
}

Brown Spy color palette created on .