Paleta de colores Death of My Love
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Death of My Love palette
CSS de la paleta de colores Death of My Love
/* 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;
}
CSS del degradado de fondo Death of My Love
/* 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);
}
Paletas de colores similares
Death of My Love color palette created on .