Paleta de colores Velvet Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Velvet Whispers palette
CSS de la paleta de colores Velvet Whispers
/* CSS */
.color-1 {
color: #5c2e4f;
}
.color-2 {
color: #8b4b6b;
}
.color-3 {
color: #c57c8e;
}
.color-4 {
color: #eab8c9;
}
.color-5 {
color: #f5e2d1;
}
/* CSS Variables */
:root {
--color-1: #5c2e4f;
--color-2: #8b4b6b;
--color-3: #c57c8e;
--color-4: #eab8c9;
--color-5: #f5e2d1;
}
CSS del degradado de fondo Velvet Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e4f, #8b4b6b, #c57c8e, #eab8c9, #f5e2d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e4f, #8b4b6b, #c57c8e, #eab8c9, #f5e2d1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Velvet Whispers color palette created on .