Midnight Treats Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Treats palette

Condividi questa palette a:

Scarica la tavolozza dei colori Midnight Treats (PNG)

Download midnight treats color palette PNG image (landscape)
Download midnight treats color palette PNG image (square)

tavolozza dei colori Midnight Treats CSS

/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #3e498e;
}
.color-3 {
color: #647baf;
}
.color-4 {
color: #9ab2e0;
}
.color-5 {
color: #f0c4b2;
}

/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #3e498e;
--color-3: #647baf;
--color-4: #9ab2e0;
--color-5: #f0c4b2;
}

CSS con gradiente di sfondo Midnight Treats

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #3e498e, #647baf, #9ab2e0, #f0c4b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #3e498e, #647baf, #9ab2e0, #f0c4b2);
}

Midnight Treats color palette created on .