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: #a6c6ed;
}
.color-2 {
color: #f5b8d1;
}
.color-3 {
color: #fbe9a7;
}
.color-4 {
color: #f6d579;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f5b8d1;
--color-3: #fbe9a7;
--color-4: #f6d579;
--color-5: #f4a462;
}

CSS del degradado de fondo Celestial Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f5b8d1, #fbe9a7, #f6d579, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f5b8d1, #fbe9a7, #f6d579, #f4a462);
}

Celestial Dreamscape color palette created on .