Shades of Yellow and Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow and Orange palette
Shades of Yellow and Orange color palette CSS
/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #e13e33;
}
.color-4 {
color: #a63a72;
}
.color-5 {
color: #7c4d9d;
}
/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f47b1f;
--color-3: #e13e33;
--color-4: #a63a72;
--color-5: #7c4d9d;
}
Shades of Yellow and Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f47b1f, #e13e33, #a63a72, #7c4d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f47b1f, #e13e33, #a63a72, #7c4d9d);
}
Similar color palettes
Shades of Yellow and Orange color palette created on .