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: #1c1e26;
}
.color-2 {
color: #3e4a60;
}
.color-3 {
color: #6a7c9a;
}
.color-4 {
color: #a5c2e4;
}
.color-5 {
color: #f1f4f9;
}

/* CSS Variables */
:root {
--color-1: #1c1e26;
--color-2: #3e4a60;
--color-3: #6a7c9a;
--color-4: #a5c2e4;
--color-5: #f1f4f9;
}

CSS del degradado de fondo Celestial Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e26, #3e4a60, #6a7c9a, #a5c2e4, #f1f4f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e26, #3e4a60, #6a7c9a, #a5c2e4, #f1f4f9);
}

Celestial Dreamscape color palette created on .