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: #6a5bcd;
}
.color-2 {
color: #b3b3ff;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff3333;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #b3b3ff;
--color-3: #ffcc66;
--color-4: #ff6e61;
--color-5: #ff3333;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #b3b3ff, #ffcc66, #ff6e61, #ff3333);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #b3b3ff, #ffcc66, #ff6e61, #ff3333);
}

Shades of Purple color palette created on .