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: #3c5d8b;
}
.color-2 {
color: #4f7db5;
}
.color-3 {
color: #7cb3e4;
}
.color-4 {
color: #b2e1f5;
}
.color-5 {
color: #f6f8f1;
}

/* CSS Variables */
:root {
--color-1: #3c5d8b;
--color-2: #4f7db5;
--color-3: #7cb3e4;
--color-4: #b2e1f5;
--color-5: #f6f8f1;
}

CSS del degradado de fondo Celestial Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5d8b, #4f7db5, #7cb3e4, #b2e1f5, #f6f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5d8b, #4f7db5, #7cb3e4, #b2e1f5, #f6f8f1);
}

Celestial Reverie color palette created on .