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