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