Paleta de colores Amethyst Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amethyst Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Amethyst Dream

/* CSS */
.color-1 {
color: #5543f4;
}
.color-2 {
color: #7862f3;
}
.color-3 {
color: #a1aff7;
}
.color-4 {
color: #c6bef9;
}
.color-5 {
color: #ebb7f5;
}

/* CSS Variables */
:root {
--color-1: #5543f4;
--color-2: #7862f3;
--color-3: #a1aff7;
--color-4: #c6bef9;
--color-5: #ebb7f5;
}

CSS del degradado de fondo Amethyst Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5543f4, #7862f3, #a1aff7, #c6bef9, #ebb7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5543f4, #7862f3, #a1aff7, #c6bef9, #ebb7f5);
}

Amethyst Dream color palette created on .