Traditional Blue Red Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Traditional Blue Red Brown palette

Share this palette to:

Traditional Blue Red Brown color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #bf3a2b;
}
.color-3 {
color: #8f5a3d;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #bf3a2b;
--color-3: #8f5a3d;
--color-4: #e77e23;
--color-5: #f1c40e;
}

Traditional Blue Red Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #bf3a2b, #8f5a3d, #e77e23, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #bf3a2b, #8f5a3d, #e77e23, #f1c40e);
}

Traditional Blue Red Brown color palette created on .