Paleta de colores Celestial Conquest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Conquest palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Conquest

/* CSS */
.color-1 {
color: #5f4b8b;
}
.color-2 {
color: #8a6f9b;
}
.color-3 {
color: #b5a5c0;
}
.color-4 {
color: #dac7e1;
}
.color-5 {
color: #f0e4f1;
}

/* CSS Variables */
:root {
--color-1: #5f4b8b;
--color-2: #8a6f9b;
--color-3: #b5a5c0;
--color-4: #dac7e1;
--color-5: #f0e4f1;
}

CSS del degradado de fondo Celestial Conquest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4b8b, #8a6f9b, #b5a5c0, #dac7e1, #f0e4f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4b8b, #8a6f9b, #b5a5c0, #dac7e1, #f0e4f1);
}

Paletas de colores similares

Celestial Conquest color palette created on .