Evil Sonic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Evil Sonic palette

Share this palette to:

Evil Sonic color palette PNG image

Download evil sonic color palette PNG image (landscape)
Download evil sonic color palette PNG image (square)

Evil Sonic color palette CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #4b4b6c;
}
.color-3 {
color: #7e7e9a;
}
.color-4 {
color: #a3a3c2;
}
.color-5 {
color: #f25050;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #4b4b6c;
--color-3: #7e7e9a;
--color-4: #a3a3c2;
--color-5: #f25050;
}

Evil Sonic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #4b4b6c, #7e7e9a, #a3a3c2, #f25050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #4b4b6c, #7e7e9a, #a3a3c2, #f25050);
}

Evil Sonic color palette created on .