Paleta de colores Celestial Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Reverie

/* CSS */
.color-1 {
color: #1a1c3d;
}
.color-2 {
color: #3b4b8c;
}
.color-3 {
color: #6a97c8;
}
.color-4 {
color: #a1d3e8;
}
.color-5 {
color: #f5f8fa;
}

/* CSS Variables */
:root {
--color-1: #1a1c3d;
--color-2: #3b4b8c;
--color-3: #6a97c8;
--color-4: #a1d3e8;
--color-5: #f5f8fa;
}

CSS del degradado de fondo Celestial Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c3d, #3b4b8c, #6a97c8, #a1d3e8, #f5f8fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c3d, #3b4b8c, #6a97c8, #a1d3e8, #f5f8fa);
}

Celestial Reverie color palette created on .