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: #ec091c;
}
.color-2 {
color: #f56b3d;
}
.color-3 {
color: #f8c749;
}
.color-4 {
color: #f1e5b7;
}
.color-5 {
color: #4bd8c0;
}
/* CSS Variables */
:root {
--color-1: #ec091c;
--color-2: #f56b3d;
--color-3: #f8c749;
--color-4: #f1e5b7;
--color-5: #4bd8c0;
}
Vibrant Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ec091c, #f56b3d, #f8c749, #f1e5b7, #4bd8c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ec091c, #f56b3d, #f8c749, #f1e5b7, #4bd8c0);
}
Similar color palettes
Vibrant Red color palette created on .