Vietnamese Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vietnamese Red palette
Vietnamese Red color palette CSS
/* 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;
}
Vietnamese Red background gradient CSS
/* 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);
}
Similar color palettes
Vietnamese Red color palette created on .