Ethereal Dusk Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Ethereal Dusk palette
tavolozza dei colori Ethereal Dusk CSS
/* CSS */
.color-1 {
color: #141325;
}
.color-2 {
color: #301c3f;
}
.color-3 {
color: #533370;
}
.color-4 {
color: #89487d;
}
.color-5 {
color: #cb728f;
}
/* CSS Variables */
:root {
--color-1: #141325;
--color-2: #301c3f;
--color-3: #533370;
--color-4: #89487d;
--color-5: #cb728f;
}
CSS con gradiente di sfondo Ethereal Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #141325, #301c3f, #533370, #89487d, #cb728f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #141325, #301c3f, #533370, #89487d, #cb728f);
}
Tavolozze di colori simili
Ethereal Dusk color palette created on .