Paleta de colores Blue Archer

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Archer palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Archer

/* CSS */
.color-1 {
color: #3c5b96;
}
.color-2 {
color: #5b8ebe;
}
.color-3 {
color: #8cb9e8;
}
.color-4 {
color: #b6e1f7;
}
.color-5 {
color: #f4f7fb;
}

/* CSS Variables */
:root {
--color-1: #3c5b96;
--color-2: #5b8ebe;
--color-3: #8cb9e8;
--color-4: #b6e1f7;
--color-5: #f4f7fb;
}

CSS del degradado de fondo Blue Archer

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5b96, #5b8ebe, #8cb9e8, #b6e1f7, #f4f7fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5b96, #5b8ebe, #8cb9e8, #b6e1f7, #f4f7fb);
}

Blue Archer color palette created on .