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: #5c5c8a;
}
.color-2 {
color: #7676a2;
}
.color-3 {
color: #8f8fb7;
}
.color-4 {
color: #aaaacf;
}
.color-5 {
color: #c2c2e5;
}
/* CSS Variables */
:root {
--color-1: #5c5c8a;
--color-2: #7676a2;
--color-3: #8f8fb7;
--color-4: #aaaacf;
--color-5: #c2c2e5;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c5c8a, #7676a2, #8f8fb7, #aaaacf, #c2c2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c5c8a, #7676a2, #8f8fb7, #aaaacf, #c2c2e5);
}
Tavolozze di colori simili
Shades of Blue color palette created on .