Paleta de colores Brown Fruit Bat

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Brown Fruit Bat palette

Compartir esta paleta en:

Descargar la paleta de colores Brown Fruit Bat (PNG)

Download brown fruit bat color palette PNG image (landscape)
Download brown fruit bat color palette PNG image (square)

CSS de la paleta de colores Brown Fruit Bat

/* 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;
}

CSS del degradado de fondo Brown Fruit Bat

/* 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);
}

Brown Fruit Bat color palette created on .