Paleta de colores Authentic Amethyst Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Authentic Amethyst Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Authentic Amethyst Dream

/* CSS */
.color-1 {
color: #a65eba;
}
.color-2 {
color: #b886d0;
}
.color-3 {
color: #d5a4e5;
}
.color-4 {
color: #f0c0f7;
}
.color-5 {
color: #f7a1d5;
}

/* CSS Variables */
:root {
--color-1: #a65eba;
--color-2: #b886d0;
--color-3: #d5a4e5;
--color-4: #f0c0f7;
--color-5: #f7a1d5;
}

CSS del degradado de fondo Authentic Amethyst Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65eba, #b886d0, #d5a4e5, #f0c0f7, #f7a1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65eba, #b886d0, #d5a4e5, #f0c0f7, #f7a1d5);
}

Authentic Amethyst Dream color palette created on .