Menacing Blue Color Palette
Discover the beautiful Menacing Blue color palette featuring cello (#1f3d5c), east bay (#3e5b7e), horizon (#5b7e9f), polo blue (#7fa1c7) and regent st blue (#9fc7df).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withCool, Blue, Gray, Deep, Suspicious, Modern, Deep Winter, High Contrast 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 Menacing Blue palette
๐ป Menacing Blue color palette CSS
/* CSS */
.color-1 {
color: #1f3d5c;
}
.color-2 {
color: #3e5b7e;
}
.color-3 {
color: #5b7e9f;
}
.color-4 {
color: #7fa1c7;
}
.color-5 {
color: #9fc7df;
}
/* CSS Variables */
:root {
--color-1: #1f3d5c;
--color-2: #3e5b7e;
--color-3: #5b7e9f;
--color-4: #7fa1c7;
--color-5: #9fc7df;
}
๐ Menacing Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d5c, #3e5b7e, #5b7e9f, #7fa1c7, #9fc7df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d5c, #3e5b7e, #5b7e9f, #7fa1c7, #9fc7df);
}
๐ Explore similar color palettes
Menacing Blue color palette created on .