Shades of Blue and Orange Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue and Orange palette
tavolozza dei colori Shades of Blue and Orange CSS
/* CSS */
.color-1 {
color: #6bb7f5;
}
.color-2 {
color: #f3b14f;
}
.color-3 {
color: #f78f4b;
}
.color-4 {
color: #d6612e;
}
.color-5 {
color: #6d507c;
}
/* CSS Variables */
:root {
--color-1: #6bb7f5;
--color-2: #f3b14f;
--color-3: #f78f4b;
--color-4: #d6612e;
--color-5: #6d507c;
}
CSS con gradiente di sfondo Shades of Blue and Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb7f5, #f3b14f, #f78f4b, #d6612e, #6d507c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb7f5, #f3b14f, #f78f4b, #d6612e, #6d507c);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 300+ tavolozzas di colori Brillante
Shades of Blue and Orange color palette created on .