Sunset Yellow Color Palette
Discover the beautiful Sunset Yellow color palette featuring candlelight (#f9d210), orange peel (#faa200), ecstasy (#f76c22), scarlet (#f52900) and milano red (#d61d00).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sunset Yellow palette
💻 Sunset Yellow color palette CSS
/* CSS */
.color-1 {
color: #f9d210;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #f76c22;
}
.color-4 {
color: #f52900;
}
.color-5 {
color: #d61d00;
}
/* CSS Variables */
:root {
--color-1: #f9d210;
--color-2: #faa200;
--color-3: #f76c22;
--color-4: #f52900;
--color-5: #d61d00;
} 🌈 Sunset Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d210, #faa200, #f76c22, #f52900, #d61d00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d210, #faa200, #f76c22, #f52900, #d61d00);
} 🔗 Explore similar color palettes
Sunset Yellow color palette created on .