Blue Winter Color Palette
Discover the beautiful Blue Winter color palette featuring wedgewood (#4b7c9b), san juan (#2f4b6f), cloud burst (#1b2946), loblolly (#c6d1d7) and catskill white (#eaf2f6).
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 Blue Winter palette
๐ป Blue Winter color palette CSS
/* CSS */
.color-1 {
color: #4b7c9b;
}
.color-2 {
color: #2f4b6f;
}
.color-3 {
color: #1b2946;
}
.color-4 {
color: #c6d1d7;
}
.color-5 {
color: #eaf2f6;
}
/* CSS Variables */
:root {
--color-1: #4b7c9b;
--color-2: #2f4b6f;
--color-3: #1b2946;
--color-4: #c6d1d7;
--color-5: #eaf2f6;
}
๐ Blue Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c9b, #2f4b6f, #1b2946, #c6d1d7, #eaf2f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c9b, #2f4b6f, #1b2946, #c6d1d7, #eaf2f6);
}
๐ Explore similar color palettes
Blue Winter color palette created on .