Bou Veneer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bou Veneer palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bou Veneer Color Palette (PNG)
Bou Veneer color palette CSS
/* CSS */
.color-1 {
color: #c5b1a5;
}
.color-2 {
color: #d8c9b6;
}
.color-3 {
color: #e9d6c9;
}
.color-4 {
color: #f3e5d8;
}
.color-5 {
color: #f6efea;
}
/* CSS Variables */
:root {
--color-1: #c5b1a5;
--color-2: #d8c9b6;
--color-3: #e9d6c9;
--color-4: #f3e5d8;
--color-5: #f6efea;
}
Bou Veneer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5b1a5, #d8c9b6, #e9d6c9, #f3e5d8, #f6efea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5b1a5, #d8c9b6, #e9d6c9, #f3e5d8, #f6efea);
}
Similar color palettes
Bou Veneer color palette created on .