Jingle Melodies Color Palette
Discover the beautiful Jingle Melodies color palette featuring manhattan (#f6c4a2), atomic tangerine (#ff9f6b), persimmon (#ff7152), sunset orange (#ff4f38) and punch (#d62c29).
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 Jingle Melodies palette
💻 Jingle Melodies color palette CSS
/* CSS */
.color-1 {
color: #f6c4a2;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ff7152;
}
.color-4 {
color: #ff4f38;
}
.color-5 {
color: #d62c29;
}
/* CSS Variables */
:root {
--color-1: #f6c4a2;
--color-2: #ff9f6b;
--color-3: #ff7152;
--color-4: #ff4f38;
--color-5: #d62c29;
} 🌈 Jingle Melodies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c4a2, #ff9f6b, #ff7152, #ff4f38, #d62c29);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c4a2, #ff9f6b, #ff7152, #ff4f38, #d62c29);
} 🔗 Explore similar color palettes
Jingle Melodies color palette created on .