Paleta de colores Shades of Blue Night
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue Night palette
CSS de la paleta de colores Shades of Blue Night
/* CSS */
.color-1 {
color: #1d202f;
}
.color-2 {
color: #3a3d5f;
}
.color-3 {
color: #5e628d;
}
.color-4 {
color: #898ebe;
}
.color-5 {
color: #b0b4e3;
}
/* CSS Variables */
:root {
--color-1: #1d202f;
--color-2: #3a3d5f;
--color-3: #5e628d;
--color-4: #898ebe;
--color-5: #b0b4e3;
}
CSS del degradado de fondo Shades of Blue Night
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d202f, #3a3d5f, #5e628d, #898ebe, #b0b4e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d202f, #3a3d5f, #5e628d, #898ebe, #b0b4e3);
}
Paletas de colores similares
Shades of Blue Night color palette created on .