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