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