Shadowed Elegance Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shadowed Elegance palette
tavolozza dei colori Shadowed Elegance CSS
/* CSS */
.color-1 {
color: #1b1938;
}
.color-2 {
color: #3b2d5c;
}
.color-3 {
color: #5b4a78;
}
.color-4 {
color: #8a6f9b;
}
.color-5 {
color: #b89db7;
}
/* CSS Variables */
:root {
--color-1: #1b1938;
--color-2: #3b2d5c;
--color-3: #5b4a78;
--color-4: #8a6f9b;
--color-5: #b89db7;
}
CSS con gradiente di sfondo Shadowed Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1938, #3b2d5c, #5b4a78, #8a6f9b, #b89db7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1938, #3b2d5c, #5b4a78, #8a6f9b, #b89db7);
}
Tavolozze di colori simili
Shadowed Elegance color palette created on .