A Shadow of the Winter Color Palette
Discover the beautiful A Shadow of the Winter color palette featuring bismark (#4a6d8c), fiord (#3d4f6c), pickled bluewood (#2d3d4e), mirage (#1c2b36) and ebony (#0d1921).
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 A Shadow of the Winter palette
💻 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);
}
🔗 Explore similar color palettes
A Shadow of the Winter color palette created on .