Brown Cacao Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Cacao Delight palette
Brown Cacao Delight color palette CSS
/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #6f5d52;
}
.color-3 {
color: #b2977b;
}
.color-4 {
color: #e8c6a6;
}
.color-5 {
color: #f5e8d1;
}
/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #6f5d52;
--color-3: #b2977b;
--color-4: #e8c6a6;
--color-5: #f5e8d1;
}
Brown Cacao Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #6f5d52, #b2977b, #e8c6a6, #f5e8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #6f5d52, #b2977b, #e8c6a6, #f5e8d1);
}
Similar color palettes
Scroll down to explore 100+ Brown color palettes
Brown Cacao Delight color palette created on .