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: #9fc1d6;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f0e2c7;
}
.color-4 {
color: #d6634c;
}
.color-5 {
color: #708c3b;
}

/* CSS Variables */
:root {
--color-1: #9fc1d6;
--color-2: #f0a800;
--color-3: #f0e2c7;
--color-4: #d6634c;
--color-5: #708c3b;
}

CSS del degradado de fondo Celestial Voyage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc1d6, #f0a800, #f0e2c7, #d6634c, #708c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc1d6, #f0a800, #f0e2c7, #d6634c, #708c3b);
}

Celestial Voyage color palette created on .