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: #e8422c;
}
.color-2 {
color: #f86a3f;
}
.color-3 {
color: #f8b93a;
}
.color-4 {
color: #f8e1a5;
}
.color-5 {
color: #4bb9a1;
}

/* CSS Variables */
:root {
--color-1: #e8422c;
--color-2: #f86a3f;
--color-3: #f8b93a;
--color-4: #f8e1a5;
--color-5: #4bb9a1;
}

Vibrant Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8422c, #f86a3f, #f8b93a, #f8e1a5, #4bb9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8422c, #f86a3f, #f8b93a, #f8e1a5, #4bb9a1);
}

Vibrant Red color palette created on .