Paleta de colores Shades of Red Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Red Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Red Purple

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #b14e68;
}
.color-3 {
color: #d68a9d;
}
.color-4 {
color: #f1b1c3;
}
.color-5 {
color: #f6e4f0;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #b14e68;
--color-3: #d68a9d;
--color-4: #f1b1c3;
--color-5: #f6e4f0;
}

CSS del degradado de fondo Shades of Red Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #b14e68, #d68a9d, #f1b1c3, #f6e4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #b14e68, #d68a9d, #f1b1c3, #f6e4f0);
}

Shades of Red Purple color palette created on .