Paleta de colores Vicious Romance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vicious Romance palette
CSS de la paleta de colores Vicious Romance
/* CSS */
.color-1 {
color: #d52a4f;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb13d;
}
.color-4 {
color: #f1e1a7;
}
.color-5 {
color: #6aa04b;
}
/* CSS Variables */
:root {
--color-1: #d52a4f;
--color-2: #ff6e61;
--color-3: #ffb13d;
--color-4: #f1e1a7;
--color-5: #6aa04b;
}
CSS del degradado de fondo Vicious Romance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d52a4f, #ff6e61, #ffb13d, #f1e1a7, #6aa04b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d52a4f, #ff6e61, #ffb13d, #f1e1a7, #6aa04b);
}
Paletas de colores similares
Vicious Romance color palette created on .