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