Midnight Dreams Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Dreams palette

Condividi questa palette a:

tavolozza dei colori Midnight Dreams CSS

/* CSS */
.color-1 {
color: #1c1c3f;
}
.color-2 {
color: #4a4a78;
}
.color-3 {
color: #8080b3;
}
.color-4 {
color: #b3b3e6;
}
.color-5 {
color: #d1d1ff;
}

/* CSS Variables */
:root {
--color-1: #1c1c3f;
--color-2: #4a4a78;
--color-3: #8080b3;
--color-4: #b3b3e6;
--color-5: #d1d1ff;
}

CSS con gradiente di sfondo Midnight Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3f, #4a4a78, #8080b3, #b3b3e6, #d1d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3f, #4a4a78, #8080b3, #b3b3e6, #d1d1ff);
}

Tavolozze di colori simili

Midnight Dreams color palette created on .