Freddy's Night Color Palette
Discover the beautiful Freddy's Night color palette featuring cape cod (#3d4042), jumbo (#7a797c), soft amber (#d2c3b6), selective yellow (#f0b400) and mojo (#c44731).
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 Freddy's Night palette
💻 Freddy's Night color palette CSS
/* CSS */
.color-1 {
color: #3d4042;
}
.color-2 {
color: #7a797c;
}
.color-3 {
color: #d2c3b6;
}
.color-4 {
color: #f0b400;
}
.color-5 {
color: #c44731;
}
/* CSS Variables */
:root {
--color-1: #3d4042;
--color-2: #7a797c;
--color-3: #d2c3b6;
--color-4: #f0b400;
--color-5: #c44731;
} 🌈 Freddy's Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d4042, #7a797c, #d2c3b6, #f0b400, #c44731);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d4042, #7a797c, #d2c3b6, #f0b400, #c44731);
} 🔗 Explore similar color palettes
Freddy's Night color palette created on .