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: #ff5c5c;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffdc5c;
}
.color-4 {
color: #5cff8f;
}
.color-5 {
color: #5cdcff;
}

/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #ff9a5c;
--color-3: #ffdc5c;
--color-4: #5cff8f;
--color-5: #5cdcff;
}

Vibrant Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #ff9a5c, #ffdc5c, #5cff8f, #5cdcff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #ff9a5c, #ffdc5c, #5cff8f, #5cdcff);
}

Vibrant Red color palette created on .