Paleta de colores Blue Astro

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Astro palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Astro

/* CSS */
.color-1 {
color: #1f3a5b;
}
.color-2 {
color: #3b9fd8;
}
.color-3 {
color: #a2d2e2;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1f3a5b;
--color-2: #3b9fd8;
--color-3: #a2d2e2;
--color-4: #f7b5a1;
--color-5: #ff6e61;
}

CSS del degradado de fondo Blue Astro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a5b, #3b9fd8, #a2d2e2, #f7b5a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a5b, #3b9fd8, #a2d2e2, #f7b5a1, #ff6e61);
}

Blue Astro color palette created on .