Cyber Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cyber Blue palette

Condividi questa palette a:

tavolozza dei colori Cyber Blue CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #3e3e7e;
}
.color-3 {
color: #7e7ebe;
}
.color-4 {
color: #bdbdff;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3e3e7e;
--color-3: #7e7ebe;
--color-4: #bdbdff;
--color-5: #ff4d4d;
}

CSS con gradiente di sfondo Cyber Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3e3e7e, #7e7ebe, #bdbdff, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3e3e7e, #7e7ebe, #bdbdff, #ff4d4d);
}

Cyber Blue color palette created on .