Brown Cream Soda Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Cream Soda palette
Brown Cream Soda color palette CSS
/* CSS */
.color-1 {
color: #f5d7b2;
}
.color-2 {
color: #e7b87e;
}
.color-3 {
color: #d79d56;
}
.color-4 {
color: #b86e4c;
}
.color-5 {
color: #694d35;
}
/* CSS Variables */
:root {
--color-1: #f5d7b2;
--color-2: #e7b87e;
--color-3: #d79d56;
--color-4: #b86e4c;
--color-5: #694d35;
}
Brown Cream Soda background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d7b2, #e7b87e, #d79d56, #b86e4c, #694d35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d7b2, #e7b87e, #d79d56, #b86e4c, #694d35);
}
Similar color palettes
Brown Cream Soda color palette created on .