Vibrant Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Red palette

Share this palette to:

Vibrant Red color palette CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #4c3d8f;
}
.color-3 {
color: #2e5c40;
}
.color-4 {
color: #893b2a;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #4c3d8f;
--color-3: #2e5c40;
--color-4: #893b2a;
--color-5: #f1c84b;
}

Vibrant Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #4c3d8f, #2e5c40, #893b2a, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #4c3d8f, #2e5c40, #893b2a, #f1c84b);
}

Similar color palettes

Scroll down to explore 3 Red color palettes

Vibrant Red color palette created on .