Vibrant Yellow Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Yellow Red palette

Share this palette to:

Vibrant Yellow Red color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f28d45;
}
.color-3 {
color: #e44d3a;
}
.color-4 {
color: #d21e3c;
}
.color-5 {
color: #a71b5a;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f28d45;
--color-3: #e44d3a;
--color-4: #d21e3c;
--color-5: #a71b5a;
}

Vibrant Yellow Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f28d45, #e44d3a, #d21e3c, #a71b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f28d45, #e44d3a, #d21e3c, #a71b5a);
}

Vibrant Yellow Red color palette created on .