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: #7db2d8;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #e94e77;
}
.color-4 {
color: #7c59a6;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #7db2d8;
--color-2: #f5a524;
--color-3: #e94e77;
--color-4: #7c59a6;
--color-5: #f9c54e;
}

CSS del degradado de fondo Celestial Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7db2d8, #f5a524, #e94e77, #7c59a6, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7db2d8, #f5a524, #e94e77, #7c59a6, #f9c54e);
}

Celestial Reverie color palette created on .