Smart Blue Color Palette
Discover the beautiful Smart Blue color palette featuring sail (#a6dff7), aquamarine blue (#6bc9e1), pelorous (#3c9cc8), denim (#1a7ebc) and deep sea green (#0d4a73).
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 Smart Blue palette
💻 Smart Blue color palette CSS
/* CSS */
.color-1 {
color: #a6dff7;
}
.color-2 {
color: #6bc9e1;
}
.color-3 {
color: #3c9cc8;
}
.color-4 {
color: #1a7ebc;
}
.color-5 {
color: #0d4a73;
}
/* CSS Variables */
:root {
--color-1: #a6dff7;
--color-2: #6bc9e1;
--color-3: #3c9cc8;
--color-4: #1a7ebc;
--color-5: #0d4a73;
} 🌈 Smart Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6dff7, #6bc9e1, #3c9cc8, #1a7ebc, #0d4a73);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6dff7, #6bc9e1, #3c9cc8, #1a7ebc, #0d4a73);
} 🔗 Explore similar color palettes
Smart Blue color palette created on .