Ethereal Elegance Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Ethereal Elegance palette
tavolozza dei colori Ethereal Elegance CSS
/* CSS */
.color-1 {
color: #1f1e4d;
}
.color-2 {
color: #4b3e6f;
}
.color-3 {
color: #7b6e8c;
}
.color-4 {
color: #c7b2b7;
}
.color-5 {
color: #f7d0b6;
}
/* CSS Variables */
:root {
--color-1: #1f1e4d;
--color-2: #4b3e6f;
--color-3: #7b6e8c;
--color-4: #c7b2b7;
--color-5: #f7d0b6;
}
CSS con gradiente di sfondo Ethereal Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1e4d, #4b3e6f, #7b6e8c, #c7b2b7, #f7d0b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1e4d, #4b3e6f, #7b6e8c, #c7b2b7, #f7d0b6);
}
Tavolozze di colori simili
Ethereal Elegance color palette created on .