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: #1b1f3b;
}
.color-2 {
color: #3a3e82;
}
.color-3 {
color: #5e6b9c;
}
.color-4 {
color: #a4aa50;
}
.color-5 {
color: #e0381f;
}
/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #3a3e82;
--color-3: #5e6b9c;
--color-4: #a4aa50;
--color-5: #e0381f;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #3a3e82, #5e6b9c, #a4aa50, #e0381f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #3a3e82, #5e6b9c, #a4aa50, #e0381f);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Scuro
Shades of Blue color palette created on .