Freddy's Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Freddy's Night palette
Color Inspiration
Images that showcase this color palette in real designs
Download Freddy's Night Color Palette (PNG)
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);
}
Similar color palettes
Freddy's Night color palette created on .