Vibrant Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Red palette
Vibrant Red color palette CSS
/* CSS */
.color-1 {
color: #009e57;
}
.color-2 {
color: #d62c29;
}
.color-3 {
color: #3b3b3b;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #009e57;
--color-2: #d62c29;
--color-3: #3b3b3b;
--color-4: #ffffff;
--color-5: #f5c400;
}
Vibrant Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009e57, #d62c29, #3b3b3b, #ffffff, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009e57, #d62c29, #3b3b3b, #ffffff, #f5c400);
}
Similar color palettes
Vibrant Red color palette created on .