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: #120792;
}
.color-2 {
color: #1f0c64;
}
.color-3 {
color: #3c2c9b;
}
.color-4 {
color: #604fbf;
}
.color-5 {
color: #8d80d1;
}

/* CSS Variables */
:root {
--color-1: #120792;
--color-2: #1f0c64;
--color-3: #3c2c9b;
--color-4: #604fbf;
--color-5: #8d80d1;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #120792, #1f0c64, #3c2c9b, #604fbf, #8d80d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #120792, #1f0c64, #3c2c9b, #604fbf, #8d80d1);
}

Shades of Purple color palette created on .