Cool Palette Color Palette
Discover the beautiful Cool Palette color palette featuring pickled bluewood (#2b3d50), pickled bluewood (#35495f), shuttle gray (#5a697c), cadet blue (#a8b4c2) and mystic (#e3eaed).
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
UI Examples
Explore beautiful UI components with Cool Palette palette
💻 Cool Palette color palette CSS
/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #35495f;
}
.color-3 {
color: #5a697c;
}
.color-4 {
color: #a8b4c2;
}
.color-5 {
color: #e3eaed;
}
/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #35495f;
--color-3: #5a697c;
--color-4: #a8b4c2;
--color-5: #e3eaed;
} 🌈 Cool Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #35495f, #5a697c, #a8b4c2, #e3eaed);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #35495f, #5a697c, #a8b4c2, #e3eaed);
} Cool Palette color palette created on .