Paleta de colores Vietnamese Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vietnamese Red palette
CSS de la paleta de colores Vietnamese Red
/* CSS */
.color-1 {
color: #da2e2b;
}
.color-2 {
color: #f28e1c;
}
.color-3 {
color: #f2e03a;
}
.color-4 {
color: #4ace3b;
}
.color-5 {
color: #3a82d4;
}
/* CSS Variables */
:root {
--color-1: #da2e2b;
--color-2: #f28e1c;
--color-3: #f2e03a;
--color-4: #4ace3b;
--color-5: #3a82d4;
}
CSS del degradado de fondo Vietnamese Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da2e2b, #f28e1c, #f2e03a, #4ace3b, #3a82d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da2e2b, #f28e1c, #f2e03a, #4ace3b, #3a82d4);
}
Paletas de colores similares
Vietnamese Red color palette created on .