Paleta de colores Shades of Red and Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Red and Purple palette
CSS de la paleta de colores Shades of Red and Purple
/* CSS */
.color-1 {
color: #401214;
}
.color-2 {
color: #ac3e46;
}
.color-3 {
color: #67324b;
}
.color-4 {
color: #9e7688;
}
.color-5 {
color: #d8acb4;
}
/* CSS Variables */
:root {
--color-1: #401214;
--color-2: #ac3e46;
--color-3: #67324b;
--color-4: #9e7688;
--color-5: #d8acb4;
}
CSS del degradado de fondo Shades of Red and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #401214, #ac3e46, #67324b, #9e7688, #d8acb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #401214, #ac3e46, #67324b, #9e7688, #d8acb4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Darkred
Shades of Red and Purple color palette created on .