Vietnamese Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vietnamese Red palette

Condividi questa palette a:

tavolozza dei colori Vietnamese Red 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;
}

CSS con gradiente di sfondo 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);
}

Vietnamese Red color palette created on .