Night Owl Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Night Owl palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Night Owl

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

tavolozza dei colori Night Owl CSS

/* 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 con gradiente di sfondo 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 .