Thunder Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Thunder palette

Share this palette to:

Thunder color palette PNG image

Download thunder color palette PNG image (landscape)
Download thunder color palette PNG image (square)

Thunder color palette CSS

/* CSS */
.color-1 {
color: #8c7d86;
}
.color-2 {
color: #705c6c;
}
.color-3 {
color: #5f5353;
}
.color-4 {
color: #524748;
}
.color-5 {
color: #413a3d;
}

/* CSS Variables */
:root {
--color-1: #8c7d86;
--color-2: #705c6c;
--color-3: #5f5353;
--color-4: #524748;
--color-5: #413a3d;
}

Thunder background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7d86, #705c6c, #5f5353, #524748, #413a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7d86, #705c6c, #5f5353, #524748, #413a3d);
}

Thunder color palette created on .