Brown Fruit Bat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Fruit Bat palette
Color Inspiration
Images that showcase this color palette in real designs
Download Brown Fruit Bat Color Palette (PNG)
Brown Fruit Bat color palette CSS
/* CSS */
.color-1 {
color: #3c2b2a;
}
.color-2 {
color: #6c4f4b;
}
.color-3 {
color: #b79c7b;
}
.color-4 {
color: #f1d1a2;
}
.color-5 {
color: #e34b3b;
}
/* CSS Variables */
:root {
--color-1: #3c2b2a;
--color-2: #6c4f4b;
--color-3: #b79c7b;
--color-4: #f1d1a2;
--color-5: #e34b3b;
}
Brown Fruit Bat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2b2a, #6c4f4b, #b79c7b, #f1d1a2, #e34b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2b2a, #6c4f4b, #b79c7b, #f1d1a2, #e34b3b);
}
Similar color palettes
Brown Fruit Bat color palette created on .