Paleta de colores Blue Astral

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Astral palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Astral

/* CSS */
.color-1 {
color: #327c9f;
}
.color-2 {
color: #2d5c8b;
}
.color-3 {
color: #4a9eba;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #f6f9f9;
}

/* CSS Variables */
:root {
--color-1: #327c9f;
--color-2: #2d5c8b;
--color-3: #4a9eba;
--color-4: #a8d3e1;
--color-5: #f6f9f9;
}

CSS del degradado de fondo Blue Astral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #327c9f, #2d5c8b, #4a9eba, #a8d3e1, #f6f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #327c9f, #2d5c8b, #4a9eba, #a8d3e1, #f6f9f9);
}

Blue Astral color palette created on .