Edgy Bat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Edgy Bat palette

Share this palette to:

Edgy Bat color palette PNG image

Download edgy bat color palette PNG image (landscape)
Download edgy bat color palette PNG image (square)

Edgy Bat color palette CSS

/* CSS */
.color-1 {
color: #1c1f22;
}
.color-2 {
color: #4b5b68;
}
.color-3 {
color: #7b8993;
}
.color-4 {
color: #afb7c0;
}
.color-5 {
color: #dc3848;
}

/* CSS Variables */
:root {
--color-1: #1c1f22;
--color-2: #4b5b68;
--color-3: #7b8993;
--color-4: #afb7c0;
--color-5: #dc3848;
}

Edgy Bat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f22, #4b5b68, #7b8993, #afb7c0, #dc3848);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f22, #4b5b68, #7b8993, #afb7c0, #dc3848);
}

Edgy Bat color palette created on .