Midnight Dunes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Dunes palette

Condividi questa palette a:

tavolozza dei colori Midnight Dunes CSS

/* CSS */
.color-1 {
color: #0b1d37;
}
.color-2 {
color: #4a6e87;
}
.color-3 {
color: #e5e8eb;
}
.color-4 {
color: #d1c57b;
}
.color-5 {
color: #f0b26a;
}

/* CSS Variables */
:root {
--color-1: #0b1d37;
--color-2: #4a6e87;
--color-3: #e5e8eb;
--color-4: #d1c57b;
--color-5: #f0b26a;
}

CSS con gradiente di sfondo Midnight Dunes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b1d37, #4a6e87, #e5e8eb, #d1c57b, #f0b26a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b1d37, #4a6e87, #e5e8eb, #d1c57b, #f0b26a);
}

Midnight Dunes color palette created on .