Discover the beautiful Cool Blue color palette featuring horizon (#5b809f), rock blue (#a2c1d2), sidecar (#f1e1b1), rose bud (#f6a788) and cinnabar (#e13e33).
Cool Blue Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Cool Blue palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Cool Blue palette
💻 Cool Blue color palette CSS
/* CSS */
.color-1 {
color: #5b809f;
}
.color-2 {
color: #a2c1d2;
}
.color-3 {
color: #f1e1b1;
}
.color-4 {
color: #f6a788;
}
.color-5 {
color: #e13e33;
}
/* CSS Variables */
:root {
--color-1: #5b809f;
--color-2: #a2c1d2;
--color-3: #f1e1b1;
--color-4: #f6a788;
--color-5: #e13e33;
}
🌈 Cool Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b809f, #a2c1d2, #f1e1b1, #f6a788, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b809f, #a2c1d2, #f1e1b1, #f6a788, #e13e33);
}
🔗 Explore similar color palettes
Cool Blue color palette created on .