New Year's Day Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with New Year's Day palette
New Year's Day color palette PNG image
New Year's Day color palette CSS
/* CSS */
.color-1 {
color: #f3f7b1;
}
.color-2 {
color: #f7e7ab;
}
.color-3 {
color: #f3b78c;
}
.color-4 {
color: #f57b6b;
}
.color-5 {
color: #d93f5e;
}
/* CSS Variables */
:root {
--color-1: #f3f7b1;
--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, #f3f7b1, #f7e7ab, #f3b78c, #f57b6b, #d93f5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f7b1, #f7e7ab, #f3b78c, #f57b6b, #d93f5e);
}
Similar color palettes
Scroll down to explore 1000+ colors.celebration color palettes
New Year's Day color palette created on .