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