Brave Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brave Orange palette

Share this palette to:

Brave Orange color palette CSS

/* CSS */
.color-1 {
color: #c25d2e;
}
.color-2 {
color: #dfad6d;
}
.color-3 {
color: #f4e2b4;
}
.color-4 {
color: #a1d9a0;
}
.color-5 {
color: #4d8b99;
}

/* CSS Variables */
:root {
--color-1: #c25d2e;
--color-2: #dfad6d;
--color-3: #f4e2b4;
--color-4: #a1d9a0;
--color-5: #4d8b99;
}

Brave Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c25d2e, #dfad6d, #f4e2b4, #a1d9a0, #4d8b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c25d2e, #dfad6d, #f4e2b4, #a1d9a0, #4d8b99);
}

Brave Orange color palette created on .