Paleta de colores Celestial Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Harmony palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Harmony

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

CSS de la paleta de colores Celestial Harmony

/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #393e79;
}
.color-3 {
color: #5b709a;
}
.color-4 {
color: #8c9bc0;
}
.color-5 {
color: #b1c5e2;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #393e79;
--color-3: #5b709a;
--color-4: #8c9bc0;
--color-5: #b1c5e2;
}

CSS del degradado de fondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #393e79, #5b709a, #8c9bc0, #b1c5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #393e79, #5b709a, #8c9bc0, #b1c5e2);
}

Celestial Harmony color palette created on .