Deep Blue and Earthy Tones Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Deep Blue and Earthy Tones palette
tavolozza dei colori Deep Blue and Earthy Tones CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3c5990;
}
.color-3 {
color: #8c3b3b;
}
.color-4 {
color: #b68e3e;
}
.color-5 {
color: #d57c6c;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3c5990;
--color-3: #8c3b3b;
--color-4: #b68e3e;
--color-5: #d57c6c;
}
CSS con gradiente di sfondo Deep Blue and Earthy Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3c5990, #8c3b3b, #b68e3e, #d57c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3c5990, #8c3b3b, #b68e3e, #d57c6c);
}
Tavolozze di colori simili
Deep Blue and Earthy Tones color palette created on .