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: #f5e0a3;
}
.color-2 {
color: #d3c4b1;
}
.color-3 {
color: #a17d88;
}
.color-4 {
color: #994f9c;
}
.color-5 {
color: #6c3e79;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #d3c4b1;
--color-3: #a17d88;
--color-4: #994f9c;
--color-5: #6c3e79;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #d3c4b1, #a17d88, #994f9c, #6c3e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #d3c4b1, #a17d88, #994f9c, #6c3e79);
}

Shades of Purple color palette created on .