Syber Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Syber Dream palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Syber Dream

Download syber dream color palette PNG image (landscape)
Download syber dream color palette PNG image (square)

tavolozza dei colori Syber Dream CSS

/* CSS */
.color-1 {
color: #1e1e71;
}
.color-2 {
color: #4c4c9a;
}
.color-3 {
color: #7575c2;
}
.color-4 {
color: #a1a1e2;
}
.color-5 {
color: #d6d6ff;
}

/* CSS Variables */
:root {
--color-1: #1e1e71;
--color-2: #4c4c9a;
--color-3: #7575c2;
--color-4: #a1a1e2;
--color-5: #d6d6ff;
}

CSS con gradiente di sfondo Syber Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e71, #4c4c9a, #7575c2, #a1a1e2, #d6d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e71, #4c4c9a, #7575c2, #a1a1e2, #d6d6ff);
}

Syber Dream color palette created on .