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