Paleta de colores Blue Starlight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Starlight palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Starlight

/* CSS */
.color-1 {
color: #d3e0f3;
}
.color-2 {
color: #a8c8e1;
}
.color-3 {
color: #78b7d9;
}
.color-4 {
color: #2a8cc0;
}
.color-5 {
color: #1b5074;
}

/* CSS Variables */
:root {
--color-1: #d3e0f3;
--color-2: #a8c8e1;
--color-3: #78b7d9;
--color-4: #2a8cc0;
--color-5: #1b5074;
}

CSS del degradado de fondo Blue Starlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3e0f3, #a8c8e1, #78b7d9, #2a8cc0, #1b5074);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3e0f3, #a8c8e1, #78b7d9, #2a8cc0, #1b5074);
}

Blue Starlight color palette created on .