Shades of Yellow and Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Yellow and Red palette

Share this palette to:

Shades of Yellow and Red color palette CSS

/* CSS */
.color-1 {
color: #f6c80e;
}
.color-2 {
color: #ef6b06;
}
.color-3 {
color: #db3b06;
}
.color-4 {
color: #a72e06;
}
.color-5 {
color: #6a1c06;
}

/* CSS Variables */
:root {
--color-1: #f6c80e;
--color-2: #ef6b06;
--color-3: #db3b06;
--color-4: #a72e06;
--color-5: #6a1c06;
}

Shades of Yellow and Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c80e, #ef6b06, #db3b06, #a72e06, #6a1c06);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c80e, #ef6b06, #db3b06, #a72e06, #6a1c06);
}

Shades of Yellow and Red color palette created on .