Paleta de colores Blue Stellar

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Stellar palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Stellar

/* CSS */
.color-1 {
color: #1a4e89;
}
.color-2 {
color: #4d82d1;
}
.color-3 {
color: #98c5e1;
}
.color-4 {
color: #e3f2f7;
}
.color-5 {
color: #f9e9c8;
}

/* CSS Variables */
:root {
--color-1: #1a4e89;
--color-2: #4d82d1;
--color-3: #98c5e1;
--color-4: #e3f2f7;
--color-5: #f9e9c8;
}

CSS del degradado de fondo Blue Stellar

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a4e89, #4d82d1, #98c5e1, #e3f2f7, #f9e9c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a4e89, #4d82d1, #98c5e1, #e3f2f7, #f9e9c8);
}

Blue Stellar color palette created on .