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