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: #1f2942;
}
.color-2 {
color: #394a79;
}
.color-3 {
color: #597a9b;
}
.color-4 {
color: #80a2b7;
}
.color-5 {
color: #b4dae9;
}
/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #394a79;
--color-3: #597a9b;
--color-4: #80a2b7;
--color-5: #b4dae9;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #394a79, #597a9b, #80a2b7, #b4dae9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #394a79, #597a9b, #80a2b7, #b4dae9);
}
Tavolozze di colori simili
Shades of Blue color palette created on .