Paleta de colores Memory of Pain
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Memory of Pain palette
Imagen PNG de la paleta de colores Memory of Pain
CSS de la paleta de colores Memory of Pain
/* CSS */
.color-1 {
color: #5a2a2b;
}
.color-2 {
color: #b05e64;
}
.color-3 {
color: #e0b8a3;
}
.color-4 {
color: #f3d5b4;
}
.color-5 {
color: #f9e4d7;
}
/* CSS Variables */
:root {
--color-1: #5a2a2b;
--color-2: #b05e64;
--color-3: #e0b8a3;
--color-4: #f3d5b4;
--color-5: #f9e4d7;
}
CSS del degradado de fondo Memory of Pain
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2a2b, #b05e64, #e0b8a3, #f3d5b4, #f9e4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2a2b, #b05e64, #e0b8a3, #f3d5b4, #f9e4d7);
}
Paletas de colores similares
Memory of Pain color palette created on .