Ethereal Descent Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Descent palette

Condividi questa palette a:

tavolozza dei colori Ethereal Descent CSS

/* 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 con gradiente di sfondo 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 .