Paleta de colores Night Owl

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Night Owl palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Night Owl

Download night owl color palette PNG image (landscape)
Download night owl color palette PNG image (square)

CSS de la paleta de colores Night Owl

/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #3b5b9b;
}
.color-3 {
color: #5a7bb5;
}
.color-4 {
color: #91b5de;
}
.color-5 {
color: #f0e7b2;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #3b5b9b;
--color-3: #5a7bb5;
--color-4: #91b5de;
--color-5: #f0e7b2;
}

CSS del degradado de fondo Night Owl

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #3b5b9b, #5a7bb5, #91b5de, #f0e7b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #3b5b9b, #5a7bb5, #91b5de, #f0e7b2);
}

Night Owl color palette created on .