Brown Affogato Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Affogato palette
Brown Affogato color palette CSS
/* CSS */
.color-1 {
color: #d8c69d;
}
.color-2 {
color: #c8a889;
}
.color-3 {
color: #b68e7c;
}
.color-4 {
color: #a66e6e;
}
.color-5 {
color: #8c4f4f;
}
/* CSS Variables */
:root {
--color-1: #d8c69d;
--color-2: #c8a889;
--color-3: #b68e7c;
--color-4: #a66e6e;
--color-5: #8c4f4f;
}
Brown Affogato background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c69d, #c8a889, #b68e7c, #a66e6e, #8c4f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c69d, #c8a889, #b68e7c, #a66e6e, #8c4f4f);
}
Similar color palettes
Scroll down to explore 400+ Beige color palettes
Brown Affogato color palette created on .