Paleta de colores Celestial Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Dreams

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #fce4b0;
}
.color-3 {
color: #f9c3d1;
}
.color-4 {
color: #ffb8e6;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #fce4b0;
--color-3: #f9c3d1;
--color-4: #ffb8e6;
--color-5: #ffd900;
}

CSS del degradado de fondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #fce4b0, #f9c3d1, #ffb8e6, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #fce4b0, #f9c3d1, #ffb8e6, #ffd900);
}

Celestial Dreams color palette created on .