Shades of Blue Night Sky Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue Night Sky palette
tavolozza dei colori Shades of Blue Night Sky CSS
/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #2e3b70;
}
.color-3 {
color: #4b5b91;
}
.color-4 {
color: #6b7eb3;
}
.color-5 {
color: #8fa2d6;
}
/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #2e3b70;
--color-3: #4b5b91;
--color-4: #6b7eb3;
--color-5: #8fa2d6;
}
CSS con gradiente di sfondo Shades of Blue Night Sky
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #2e3b70, #4b5b91, #6b7eb3, #8fa2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #2e3b70, #4b5b91, #6b7eb3, #8fa2d6);
}
Tavolozze di colori simili
Shades of Blue Night Sky color palette created on .