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: #4a3c6d;
}
.color-2 {
color: #795a8c;
}
.color-3 {
color: #b77b9c;
}
.color-4 {
color: #f5b38a;
}
.color-5 {
color: #f8d98b;
}

/* CSS Variables */
:root {
--color-1: #4a3c6d;
--color-2: #795a8c;
--color-3: #b77b9c;
--color-4: #f5b38a;
--color-5: #f8d98b;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c6d, #795a8c, #b77b9c, #f5b38a, #f8d98b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c6d, #795a8c, #b77b9c, #f5b38a, #f8d98b);
}

Shades of Purple color palette created on .