Spencer's Sunset Serenade Color Palette
Discover the beautiful Spencer's Sunset Serenade color palette featuring yellow orange (#ffad42), burning orange (#ff6d2e), red orange (#ff4b33), flush mahogany (#c94031) and stiletto (#8c2b30).
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 Spencer's Sunset Serenade palette
💻 Spencer's Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #ffad42;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff4b33;
}
.color-4 {
color: #c94031;
}
.color-5 {
color: #8c2b30;
}
/* CSS Variables */
:root {
--color-1: #ffad42;
--color-2: #ff6d2e;
--color-3: #ff4b33;
--color-4: #c94031;
--color-5: #8c2b30;
}
🌈 Spencer's Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad42, #ff6d2e, #ff4b33, #c94031, #8c2b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad42, #ff6d2e, #ff4b33, #c94031, #8c2b30);
}
🔗 Explore similar color palettes
Spencer's Sunset Serenade color palette created on .