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: #d6a6e2;
}
.color-2 {
color: #a76c9f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f5b800;
}
.color-5 {
color: #4b9daa;
}

/* CSS Variables */
:root {
--color-1: #d6a6e2;
--color-2: #a76c9f;
--color-3: #ff6e61;
--color-4: #f5b800;
--color-5: #4b9daa;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a6e2, #a76c9f, #ff6e61, #f5b800, #4b9daa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a6e2, #a76c9f, #ff6e61, #f5b800, #4b9daa);
}

Shades of Purple color palette created on .