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