Shades of Blue and Orange Color Palette
Discover the beautiful Shades of Blue and Orange color palette featuring atomic tangerine (#ffa861), robin's egg blue (#00d6bd), bahama blue (#00668f), outrageous orange (#ff6842) and golden tainoi (#ffcb52).
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 and Orange palette
๐ป Shades of Blue and Orange color palette CSS
/* CSS */
.color-1 {
color: #ffa861;
}
.color-2 {
color: #00d6bd;
}
.color-3 {
color: #00668f;
}
.color-4 {
color: #ff6842;
}
.color-5 {
color: #ffcb52;
}
/* CSS Variables */
:root {
--color-1: #ffa861;
--color-2: #00d6bd;
--color-3: #00668f;
--color-4: #ff6842;
--color-5: #ffcb52;
}
๐ Shades of Blue and Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa861, #00d6bd, #00668f, #ff6842, #ffcb52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa861, #00d6bd, #00668f, #ff6842, #ffcb52);
}
๐ Explore similar color palettes
Shades of Blue and Orange color palette created on .