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: #690dab;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #a85ccc;
}
.color-4 {
color: #d68aff;
}
.color-5 {
color: #e0a3ff;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8a2ce2;
--color-3: #a85ccc;
--color-4: #d68aff;
--color-5: #e0a3ff;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8a2ce2, #a85ccc, #d68aff, #e0a3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8a2ce2, #a85ccc, #d68aff, #e0a3ff);
}

Shades of Purple color palette created on .