Paleta de colores Ethereal Descent

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Descent palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Descent

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #782b7d;
}
.color-3 {
color: #b04f9e;
}
.color-4 {
color: #f27d7d;
}
.color-5 {
color: #f5ba4d;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #782b7d;
--color-3: #b04f9e;
--color-4: #f27d7d;
--color-5: #f5ba4d;
}

CSS del degradado de fondo Ethereal Descent

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #782b7d, #b04f9e, #f27d7d, #f5ba4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #782b7d, #b04f9e, #f27d7d, #f5ba4d);
}

Ethereal Descent color palette created on .