Death of My Love Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Death of My Love palette
Death of My Love color palette CSS
/* CSS */
.color-1 {
color: #4d2d4e;
}
.color-2 {
color: #7c4b6d;
}
.color-3 {
color: #a67d8f;
}
.color-4 {
color: #f5c2c2;
}
.color-5 {
color: #f8e0c9;
}
/* CSS Variables */
:root {
--color-1: #4d2d4e;
--color-2: #7c4b6d;
--color-3: #a67d8f;
--color-4: #f5c2c2;
--color-5: #f8e0c9;
}
Death of My Love background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d2d4e, #7c4b6d, #a67d8f, #f5c2c2, #f8e0c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d2d4e, #7c4b6d, #a67d8f, #f5c2c2, #f8e0c9);
}
Similar color palettes
Scroll down to explore 7 Romantic color palettes
Death of My Love color palette created on .