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: #d3e7f3;
}
.color-2 {
color: #a1c2e3;
}
.color-3 {
color: #699ace;
}
.color-4 {
color: #496c9c;
}
.color-5 {
color: #2d3e5d;
}
/* CSS Variables */
:root {
--color-1: #d3e7f3;
--color-2: #a1c2e3;
--color-3: #699ace;
--color-4: #496c9c;
--color-5: #2d3e5d;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3e7f3, #a1c2e3, #699ace, #496c9c, #2d3e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3e7f3, #a1c2e3, #699ace, #496c9c, #2d3e5d);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 500+ tavolozzas di colori Estetico
Shades of Blue color palette created on .