Digital Destruction Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Digital Destruction palette

Share this palette to:

Download Digital Destruction Color Palette (PNG)

Download digital destruction color palette PNG image (landscape)
Download digital destruction color palette PNG image (square)

Digital Destruction color palette CSS

/* CSS */
.color-1 {
color: #a3c3e0;
}
.color-2 {
color: #69b1d8;
}
.color-3 {
color: #41a3d8;
}
.color-4 {
color: #0b8eda;
}
.color-5 {
color: #007ab8;
}

/* CSS Variables */
:root {
--color-1: #a3c3e0;
--color-2: #69b1d8;
--color-3: #41a3d8;
--color-4: #0b8eda;
--color-5: #007ab8;
}

Digital Destruction background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c3e0, #69b1d8, #41a3d8, #0b8eda, #007ab8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c3e0, #69b1d8, #41a3d8, #0b8eda, #007ab8);
}

Digital Destruction color palette created on .