Paleta de colores Celestial Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Dreamscape

/* CSS */
.color-1 {
color: #1c1f6d;
}
.color-2 {
color: #4c509a;
}
.color-3 {
color: #6d79c5;
}
.color-4 {
color: #aac7f3;
}
.color-5 {
color: #f0f7ff;
}

/* CSS Variables */
:root {
--color-1: #1c1f6d;
--color-2: #4c509a;
--color-3: #6d79c5;
--color-4: #aac7f3;
--color-5: #f0f7ff;
}

CSS del degradado de fondo Celestial Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f6d, #4c509a, #6d79c5, #aac7f3, #f0f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f6d, #4c509a, #6d79c5, #aac7f3, #f0f7ff);
}

Celestial Dreamscape color palette created on .