Haunting Winter Nights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Haunting Winter Nights palette
Haunting Winter Nights color palette PNG image
Haunting Winter Nights color palette CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #7c9dbb;
}
.color-3 {
color: #4c7b9a;
}
.color-4 {
color: #2c5e7d;
}
.color-5 {
color: #1a4a5b;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #7c9dbb;
--color-3: #4c7b9a;
--color-4: #2c5e7d;
--color-5: #1a4a5b;
}
Haunting Winter Nights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #7c9dbb, #4c7b9a, #2c5e7d, #1a4a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #7c9dbb, #4c7b9a, #2c5e7d, #1a4a5b);
}
Similar color palettes
Haunting Winter Nights color palette created on .