Paleta de colores CyberBlue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with CyberBlue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores CyberBlue

Download cyberblue color palette PNG image (landscape)
Download cyberblue color palette PNG image (square)

CSS de la paleta de colores CyberBlue

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #0077c7;
}
.color-3 {
color: #00549e;
}
.color-4 {
color: #003b7a;
}
.color-5 {
color: #001f4d;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #0077c7;
--color-3: #00549e;
--color-4: #003b7a;
--color-5: #001f4d;
}

CSS del degradado de fondo CyberBlue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #0077c7, #00549e, #003b7a, #001f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #0077c7, #00549e, #003b7a, #001f4d);
}

CyberBlue color palette created on .