Death Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Death palette
Download Death Color Palette (PNG)
Death color palette CSS
/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6c1e80;
}
.color-3 {
color: #a44c9b;
}
.color-4 {
color: #e2a7c6;
}
.color-5 {
color: #f0d1d5;
}
/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6c1e80;
--color-3: #a44c9b;
--color-4: #e2a7c6;
--color-5: #f0d1d5;
}
Death background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6c1e80, #a44c9b, #e2a7c6, #f0d1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6c1e80, #a44c9b, #e2a7c6, #f0d1d5);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Death color palette created on .