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