Valorie Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Valorie Red palette
Valorie Red color palette PNG image
Valorie Red color palette CSS
/* CSS */
.color-1 {
color: #9d2a2a;
}
.color-2 {
color: #5c2e2e;
}
.color-3 {
color: #b95b3c;
}
.color-4 {
color: #f4992a;
}
.color-5 {
color: #f4c79f;
}
/* CSS Variables */
:root {
--color-1: #9d2a2a;
--color-2: #5c2e2e;
--color-3: #b95b3c;
--color-4: #f4992a;
--color-5: #f4c79f;
}
Valorie Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d2a2a, #5c2e2e, #b95b3c, #f4992a, #f4c79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d2a2a, #5c2e2e, #b95b3c, #f4992a, #f4c79f);
}
Similar color palettes
Valorie Red color palette created on .