Brick Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brick Shades palette
Brick Shades color palette CSS
/* CSS */
.color-1 {
color: #9c4e3a;
}
.color-2 {
color: #b66a58;
}
.color-3 {
color: #d1a17a;
}
.color-4 {
color: #f1c6a7;
}
.color-5 {
color: #f8e1d3;
}
/* CSS Variables */
:root {
--color-1: #9c4e3a;
--color-2: #b66a58;
--color-3: #d1a17a;
--color-4: #f1c6a7;
--color-5: #f8e1d3;
}
Brick Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c4e3a, #b66a58, #d1a17a, #f1c6a7, #f8e1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c4e3a, #b66a58, #d1a17a, #f1c6a7, #f8e1d3);
}
Similar color palettes
Brick Shades color palette created on .