A Shadow of the Winter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with A Shadow of the Winter palette
A Shadow of the Winter color palette PNG image
A Shadow of the Winter color palette CSS
/* CSS */
.color-1 {
color: #4a6d8c;
}
.color-2 {
color: #3d4f6c;
}
.color-3 {
color: #2d3d4e;
}
.color-4 {
color: #1c2b36;
}
.color-5 {
color: #0d1921;
}
/* CSS Variables */
:root {
--color-1: #4a6d8c;
--color-2: #3d4f6c;
--color-3: #2d3d4e;
--color-4: #1c2b36;
--color-5: #0d1921;
}
A Shadow of the Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6d8c, #3d4f6c, #2d3d4e, #1c2b36, #0d1921);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6d8c, #3d4f6c, #2d3d4e, #1c2b36, #0d1921);
}
Similar color palettes
A Shadow of the Winter color palette created on .