Paleta de colores Purple Velvet
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Purple Velvet palette
CSS de la paleta de colores Purple Velvet
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #a65e9e;
}
.color-3 {
color: #db7b89;
}
.color-4 {
color: #f4b69f;
}
.color-5 {
color: #fdf5c4;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #a65e9e;
--color-3: #db7b89;
--color-4: #f4b69f;
--color-5: #fdf5c4;
}
CSS del degradado de fondo Purple Velvet
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #a65e9e, #db7b89, #f4b69f, #fdf5c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #a65e9e, #db7b89, #f4b69f, #fdf5c4);
}
Paletas de colores similares
Purple Velvet color palette created on .