Light Blue Shades Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Light Blue Shades palette
tavolozza dei colori Light Blue Shades CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #6cb2e4;
}
.color-3 {
color: #3b8dba;
}
.color-4 {
color: #1e6d94;
}
.color-5 {
color: #0a4966;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #6cb2e4;
--color-3: #3b8dba;
--color-4: #1e6d94;
--color-5: #0a4966;
}
CSS con gradiente di sfondo Light Blue Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #6cb2e4, #3b8dba, #1e6d94, #0a4966);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #6cb2e4, #3b8dba, #1e6d94, #0a4966);
}
Tavolozze di colori simili
Light Blue Shades color palette created on .