TAC9, the soul eater Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with TAC9, the soul eater palette
TAC9, the soul eater color palette PNG image
TAC9, the soul eater color palette CSS
/* CSS */
.color-1 {
color: #20202c;
}
.color-2 {
color: #3a3a4b;
}
.color-3 {
color: #5b5b7b;
}
.color-4 {
color: #869ec6;
}
.color-5 {
color: #f8c84f;
}
/* CSS Variables */
:root {
--color-1: #20202c;
--color-2: #3a3a4b;
--color-3: #5b5b7b;
--color-4: #869ec6;
--color-5: #f8c84f;
}
TAC9, the soul eater background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #20202c, #3a3a4b, #5b5b7b, #869ec6, #f8c84f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #20202c, #3a3a4b, #5b5b7b, #869ec6, #f8c84f);
}
Similar color palettes
TAC9, the soul eater color palette created on .