Paleta de colores Celestial Voyage

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Voyage palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Voyage

Download celestial voyage color palette PNG image (landscape)
Download celestial voyage color palette PNG image (square)

CSS de la paleta de colores Celestial Voyage

/* CSS */
.color-1 {
color: #013d60;
}
.color-2 {
color: #0a598a;
}
.color-3 {
color: #1e90b3;
}
.color-4 {
color: #a4d9e5;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #013d60;
--color-2: #0a598a;
--color-3: #1e90b3;
--color-4: #a4d9e5;
--color-5: #f1f5f8;
}

CSS del degradado de fondo Celestial Voyage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #013d60, #0a598a, #1e90b3, #a4d9e5, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #013d60, #0a598a, #1e90b3, #a4d9e5, #f1f5f8);
}

Celestial Voyage color palette created on .