New Year's Day Color Palette
Discover the beautiful New Year's Day color palette featuring sandwisp (#f4f7b1), sandwisp (#f7e7ab), manhattan (#f3b78c), froly (#f57b6b) and cabaret (#d93f5e).
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 New Year's Day palette
💻 New Year's Day color palette CSS
/* CSS */
.color-1 {
color: #f4f7b1;
}
.color-2 {
color: #f7e7ab;
}
.color-3 {
color: #f3b78c;
}
.color-4 {
color: #f57b6b;
}
.color-5 {
color: #d93f5e;
}
/* CSS Variables */
:root {
--color-1: #f4f7b1;
--color-2: #f7e7ab;
--color-3: #f3b78c;
--color-4: #f57b6b;
--color-5: #d93f5e;
} 🌈 New Year's Day background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f7b1, #f7e7ab, #f3b78c, #f57b6b, #d93f5e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f7b1, #f7e7ab, #f3b78c, #f57b6b, #d93f5e);
} 🔗 Explore similar color palettes
New Year's Day color palette created on .