Shades of Brown Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Brown Blue palette
Shades of Brown Blue color palette CSS
/* CSS */
.color-1 {
color: #d89f5a;
}
.color-2 {
color: #b65b3a;
}
.color-3 {
color: #7b4e4c;
}
.color-4 {
color: #4e736e;
}
.color-5 {
color: #2e4c6b;
}
/* CSS Variables */
:root {
--color-1: #d89f5a;
--color-2: #b65b3a;
--color-3: #7b4e4c;
--color-4: #4e736e;
--color-5: #2e4c6b;
}
Shades of Brown Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d89f5a, #b65b3a, #7b4e4c, #4e736e, #2e4c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d89f5a, #b65b3a, #7b4e4c, #4e736e, #2e4c6b);
}
Similar color palettes
Shades of Brown Blue color palette created on .