Paleta de colores Celestial Voyage

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Voyage palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Voyage

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6caf;
}
.color-3 {
color: #799ccd;
}
.color-4 {
color: #a8c2e1;
}
.color-5 {
color: #f2e1a1;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6caf;
--color-3: #799ccd;
--color-4: #a8c2e1;
--color-5: #f2e1a1;
}

CSS del degradado de fondo Celestial Voyage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6caf, #799ccd, #a8c2e1, #f2e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6caf, #799ccd, #a8c2e1, #f2e1a1);
}

Celestial Voyage color palette created on .