Cool Blue Color Palette
Discover the beautiful Cool Blue color palette featuring regent st blue (#a2d9e6), half baked (#7db8d4), hippie blue (#5d9fbb), astral (#3a7fa1) and blumine (#1d5c8c).
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 palette
💻 Cool Blue color palette CSS
/* CSS */
.color-1 {
color: #a2d9e6;
}
.color-2 {
color: #7db8d4;
}
.color-3 {
color: #5d9fbb;
}
.color-4 {
color: #3a7fa1;
}
.color-5 {
color: #1d5c8c;
}
/* CSS Variables */
:root {
--color-1: #a2d9e6;
--color-2: #7db8d4;
--color-3: #5d9fbb;
--color-4: #3a7fa1;
--color-5: #1d5c8c;
} 🌈 Cool Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d9e6, #7db8d4, #5d9fbb, #3a7fa1, #1d5c8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d9e6, #7db8d4, #5d9fbb, #3a7fa1, #1d5c8c);
} 🔗 Explore similar color palettes
Cool Blue color palette created on .