Paleta de colores Dark Blue Noir

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Blue Noir palette

Compartir esta paleta en:

Descargar la paleta de colores Dark Blue Noir (PNG)

Download dark blue noir color palette PNG image (landscape)
Download dark blue noir color palette PNG image (square)

CSS de la paleta de colores Dark Blue Noir

/* CSS */
.color-1 {
color: #1c1d2b;
}
.color-2 {
color: #3b3c4e;
}
.color-3 {
color: #4b4d63;
}
.color-4 {
color: #7b7d8a;
}
.color-5 {
color: #a9abc7;
}

/* CSS Variables */
:root {
--color-1: #1c1d2b;
--color-2: #3b3c4e;
--color-3: #4b4d63;
--color-4: #7b7d8a;
--color-5: #a9abc7;
}

CSS del degradado de fondo Dark Blue Noir

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1d2b, #3b3c4e, #4b4d63, #7b7d8a, #a9abc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1d2b, #3b3c4e, #4b4d63, #7b7d8a, #a9abc7);
}

Dark Blue Noir color palette created on .