Shades of Blue Color Palette
Discover the beautiful Shades of Blue color palette featuring santa fe (#a86d4d), equator (#e5b35d), saffron (#f6d13c), regent st blue (#a3c7e0) and danube (#6a9fd7).
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 Shades of Blue palette
๐ป Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #a86d4d;
}
.color-2 {
color: #e5b35d;
}
.color-3 {
color: #f6d13c;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #6a9fd7;
}
/* CSS Variables */
:root {
--color-1: #a86d4d;
--color-2: #e5b35d;
--color-3: #f6d13c;
--color-4: #a3c7e0;
--color-5: #6a9fd7;
} ๐ Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a86d4d, #e5b35d, #f6d13c, #a3c7e0, #6a9fd7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a86d4d, #e5b35d, #f6d13c, #a3c7e0, #6a9fd7);
} ๐ Explore similar color palettes
Shades of Blue color palette created on .