Paleta de colores Celestial Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Dreams

/* CSS */
.color-1 {
color: #491f5c;
}
.color-2 {
color: #6c2a92;
}
.color-3 {
color: #8d3bba;
}
.color-4 {
color: #b84ad3;
}
.color-5 {
color: #d35f97;
}

/* CSS Variables */
:root {
--color-1: #491f5c;
--color-2: #6c2a92;
--color-3: #8d3bba;
--color-4: #b84ad3;
--color-5: #d35f97;
}

CSS del degradado de fondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #491f5c, #6c2a92, #8d3bba, #b84ad3, #d35f97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #491f5c, #6c2a92, #8d3bba, #b84ad3, #d35f97);
}

Celestial Dreams color palette created on .