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