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