Paleta de colores Ethereal Mourning
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Mourning palette
CSS de la paleta de colores Ethereal Mourning
/* CSS */
.color-1 {
color: #e6a3d2;
}
.color-2 {
color: #f3b4e0;
}
.color-3 {
color: #e7c5f2;
}
.color-4 {
color: #d1c3e9;
}
.color-5 {
color: #b29bc0;
}
/* CSS Variables */
:root {
--color-1: #e6a3d2;
--color-2: #f3b4e0;
--color-3: #e7c5f2;
--color-4: #d1c3e9;
--color-5: #b29bc0;
}
CSS del degradado de fondo Ethereal Mourning
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a3d2, #f3b4e0, #e7c5f2, #d1c3e9, #b29bc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a3d2, #f3b4e0, #e7c5f2, #d1c3e9, #b29bc0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Ethereal Mourning color palette created on .