Paleta de colores Aster Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aster Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Aster Dreams

/* CSS */
.color-1 {
color: #5d6cc0;
}
.color-2 {
color: #8f8bc1;
}
.color-3 {
color: #b5a6e8;
}
.color-4 {
color: #e0c4f3;
}
.color-5 {
color: #f3e0f5;
}

/* CSS Variables */
:root {
--color-1: #5d6cc0;
--color-2: #8f8bc1;
--color-3: #b5a6e8;
--color-4: #e0c4f3;
--color-5: #f3e0f5;
}

CSS del degradado de fondo Aster Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d6cc0, #8f8bc1, #b5a6e8, #e0c4f3, #f3e0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d6cc0, #8f8bc1, #b5a6e8, #e0c4f3, #f3e0f5);
}

Aster Dreams color palette created on .