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: #3b5e8c;
}
.color-2 {
color: #4f8cba;
}
.color-3 {
color: #8bd6e5;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #d75e33;
}

/* CSS Variables */
:root {
--color-1: #3b5e8c;
--color-2: #4f8cba;
--color-3: #8bd6e5;
--color-4: #fab700;
--color-5: #d75e33;
}

CSS del degradado de fondo Celestial Voyage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e8c, #4f8cba, #8bd6e5, #fab700, #d75e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e8c, #4f8cba, #8bd6e5, #fab700, #d75e33);
}

Celestial Voyage color palette created on .