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: #f05656;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f7e13b;
}
.color-4 {
color: #4ad95d;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f05656;
--color-2: #f6b83c;
--color-3: #f7e13b;
--color-4: #4ad95d;
--color-5: #2a9d90;
}

Vibrant Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f05656, #f6b83c, #f7e13b, #4ad95d, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f05656, #f6b83c, #f7e13b, #4ad95d, #2a9d90);
}

Vibrant Red color palette created on .