Gilded Serenade Color Palette
Discover the beautiful Gilded Serenade color palette featuring sea buckthorn (#f6a523), energy yellow (#f3e458), manhattan (#f7c6a6), bittersweet (#ff6e61) and mandy (#e65c6c).
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 Gilded Serenade palette
💻 Gilded Serenade color palette CSS
/* CSS */
.color-1 {
color: #f6a523;
}
.color-2 {
color: #f3e458;
}
.color-3 {
color: #f7c6a6;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e65c6c;
}
/* CSS Variables */
:root {
--color-1: #f6a523;
--color-2: #f3e458;
--color-3: #f7c6a6;
--color-4: #ff6e61;
--color-5: #e65c6c;
} 🌈 Gilded Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a523, #f3e458, #f7c6a6, #ff6e61, #e65c6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a523, #f3e458, #f7c6a6, #ff6e61, #e65c6c);
} 🔗 Explore similar color palettes
Gilded Serenade color palette created on .