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: #6ab0e2;
}
.color-2 {
color: #4a9cd3;
}
.color-3 {
color: #3b90c4;
}
.color-4 {
color: #2a7e9d;
}
.color-5 {
color: #1d6e91;
}
/* CSS Variables */
:root {
--color-1: #6ab0e2;
--color-2: #4a9cd3;
--color-3: #3b90c4;
--color-4: #2a7e9d;
--color-5: #1d6e91;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ab0e2, #4a9cd3, #3b90c4, #2a7e9d, #1d6e91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ab0e2, #4a9cd3, #3b90c4, #2a7e9d, #1d6e91);
}
Tavolozze di colori simili
Shades of Blue color palette created on .