Shades of Yellow Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Yellow Red palette

Share this palette to:

Shades of Yellow Red color palette CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #e13e33;
}
.color-4 {
color: #c64e74;
}
.color-5 {
color: #995e9c;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #e6a400;
--color-3: #e13e33;
--color-4: #c64e74;
--color-5: #995e9c;
}

Shades of Yellow Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #e6a400, #e13e33, #c64e74, #995e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #e6a400, #e13e33, #c64e74, #995e9c);
}

Shades of Yellow Red color palette created on .