Unsettling Blue Color Palette
Discover the beautiful Unsettling Blue color palette featuring smalt blue (#5a7c8c), nepal (#8e9ebe), sundance (#d0b162), sunglo (#e56c74) and tapestry (#a44c82).
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 Unsettling Blue palette
💻 Unsettling Blue color palette CSS
/* CSS */
.color-1 {
color: #5a7c8c;
}
.color-2 {
color: #8e9ebe;
}
.color-3 {
color: #d0b162;
}
.color-4 {
color: #e56c74;
}
.color-5 {
color: #a44c82;
}
/* CSS Variables */
:root {
--color-1: #5a7c8c;
--color-2: #8e9ebe;
--color-3: #d0b162;
--color-4: #e56c74;
--color-5: #a44c82;
} 🌈 Unsettling Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a7c8c, #8e9ebe, #d0b162, #e56c74, #a44c82);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a7c8c, #8e9ebe, #d0b162, #e56c74, #a44c82);
} 🔗 Explore similar color palettes
Unsettling Blue color palette created on .