Paleta de colores Shades of Amethyst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Amethyst palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Amethyst

/* CSS */
.color-1 {
color: #9b58b6;
}
.color-2 {
color: #8d43ad;
}
.color-3 {
color: #6f2c90;
}
.color-4 {
color: #5d4e8d;
}
.color-5 {
color: #c49cd3;
}

/* CSS Variables */
:root {
--color-1: #9b58b6;
--color-2: #8d43ad;
--color-3: #6f2c90;
--color-4: #5d4e8d;
--color-5: #c49cd3;
}

CSS del degradado de fondo Shades of Amethyst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b58b6, #8d43ad, #6f2c90, #5d4e8d, #c49cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b58b6, #8d43ad, #6f2c90, #5d4e8d, #c49cd3);
}

Shades of Amethyst color palette created on .