Creamy Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Creamy Brown palette
Color Inspiration
Images that showcase this color palette in real designs
Download Creamy Brown Color Palette (PNG)
Creamy Brown color palette CSS
/* CSS */
.color-1 {
color: #f2e6d4;
}
.color-2 {
color: #d7c7a7;
}
.color-3 {
color: #b7a99e;
}
.color-4 {
color: #a67d6e;
}
.color-5 {
color: #8c5b3b;
}
/* CSS Variables */
:root {
--color-1: #f2e6d4;
--color-2: #d7c7a7;
--color-3: #b7a99e;
--color-4: #a67d6e;
--color-5: #8c5b3b;
}
Creamy Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6d4, #d7c7a7, #b7a99e, #a67d6e, #8c5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6d4, #d7c7a7, #b7a99e, #a67d6e, #8c5b3b);
}
Similar color palettes
Creamy Brown color palette created on .