Night Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Night Blue palette

Condividi questa palette a:

tavolozza dei colori Night Blue CSS

/* CSS */
.color-1 {
color: #1a1c3d;
}
.color-2 {
color: #4d4969;
}
.color-3 {
color: #7c7b9d;
}
.color-4 {
color: #a4a3c8;
}
.color-5 {
color: #f2f0ff;
}

/* CSS Variables */
:root {
--color-1: #1a1c3d;
--color-2: #4d4969;
--color-3: #7c7b9d;
--color-4: #a4a3c8;
--color-5: #f2f0ff;
}

CSS con gradiente di sfondo Night Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c3d, #4d4969, #7c7b9d, #a4a3c8, #f2f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c3d, #4d4969, #7c7b9d, #a4a3c8, #f2f0ff);
}

Night Blue color palette created on .