Cool Blue Drift Color Palette
Discover the beautiful Cool Blue Drift color palette featuring snow drift (#f6f9f6), mystic (#e1e8ea), jungle mist (#bfd3d9), opal (#a7c3c3) and cascade (#8db0ad).
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 Cool Blue Drift palette
💻 Cool Blue Drift color palette CSS
/* CSS */
.color-1 {
color: #f6f9f6;
}
.color-2 {
color: #e1e8ea;
}
.color-3 {
color: #bfd3d9;
}
.color-4 {
color: #a7c3c3;
}
.color-5 {
color: #8db0ad;
}
/* CSS Variables */
:root {
--color-1: #f6f9f6;
--color-2: #e1e8ea;
--color-3: #bfd3d9;
--color-4: #a7c3c3;
--color-5: #8db0ad;
} 🌈 Cool Blue Drift background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f9f6, #e1e8ea, #bfd3d9, #a7c3c3, #8db0ad);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f9f6, #e1e8ea, #bfd3d9, #a7c3c3, #8db0ad);
} 🔗 Explore similar color palettes
Cool Blue Drift color palette created on .