Paleta de colores Shades of Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Purple

/* CSS */
.color-1 {
color: #e3a6d4;
}
.color-2 {
color: #d69ec3;
}
.color-3 {
color: #b58ec7;
}
.color-4 {
color: #9a69bf;
}
.color-5 {
color: #6f4b8b;
}

/* CSS Variables */
:root {
--color-1: #e3a6d4;
--color-2: #d69ec3;
--color-3: #b58ec7;
--color-4: #9a69bf;
--color-5: #6f4b8b;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a6d4, #d69ec3, #b58ec7, #9a69bf, #6f4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a6d4, #d69ec3, #b58ec7, #9a69bf, #6f4b8b);
}

Shades of Purple color palette created on .