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: #f1c84b;
}
.color-2 {
color: #c07a2a;
}
.color-3 {
color: #9c3b30;
}
.color-4 {
color: #7d2b78;
}
.color-5 {
color: #5c2f92;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #c07a2a;
--color-3: #9c3b30;
--color-4: #7d2b78;
--color-5: #5c2f92;
}

Vibrant Yellow Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #c07a2a, #9c3b30, #7d2b78, #5c2f92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #c07a2a, #9c3b30, #7d2b78, #5c2f92);
}

Vibrant Yellow Red color palette created on .