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: #9c2b5e;
}
.color-2 {
color: #c94f7c;
}
.color-3 {
color: #e28d9d;
}
.color-4 {
color: #f1b1b5;
}
.color-5 {
color: #f9d7d8;
}

/* CSS Variables */
:root {
--color-1: #9c2b5e;
--color-2: #c94f7c;
--color-3: #e28d9d;
--color-4: #f1b1b5;
--color-5: #f9d7d8;
}

CSS del degradado de fondo Shades of Red Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c2b5e, #c94f7c, #e28d9d, #f1b1b5, #f9d7d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c2b5e, #c94f7c, #e28d9d, #f1b1b5, #f9d7d8);
}

Shades of Red Purple color palette created on .