Shades of Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue palette
tavolozza dei colori Shades of Blue CSS
/* CSS */
.color-1 {
color: #263d69;
}
.color-2 {
color: #305a8d;
}
.color-3 {
color: #4a7eba;
}
.color-4 {
color: #6cb4e4;
}
.color-5 {
color: #b5e1f2;
}
/* CSS Variables */
:root {
--color-1: #263d69;
--color-2: #305a8d;
--color-3: #4a7eba;
--color-4: #6cb4e4;
--color-5: #b5e1f2;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #263d69, #305a8d, #4a7eba, #6cb4e4, #b5e1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #263d69, #305a8d, #4a7eba, #6cb4e4, #b5e1f2);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 500+ tavolozzas di colori Estetico
Shades of Blue color palette created on .