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