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