Shifting Aurora Color Palette
Discover the beautiful Shifting Aurora color palette featuring smalt blue (#4b8b8b), tradewind (#69b5b0), monte carlo (#8fd6d4), mint tulip (#c0f2f2) and polar (#e2f8f8).
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 Shifting Aurora palette
💻 Shifting Aurora color palette CSS
/* CSS */
.color-1 {
color: #4b8b8b;
}
.color-2 {
color: #69b5b0;
}
.color-3 {
color: #8fd6d4;
}
.color-4 {
color: #c0f2f2;
}
.color-5 {
color: #e2f8f8;
}
/* CSS Variables */
:root {
--color-1: #4b8b8b;
--color-2: #69b5b0;
--color-3: #8fd6d4;
--color-4: #c0f2f2;
--color-5: #e2f8f8;
} 🌈 Shifting Aurora background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b8b, #69b5b0, #8fd6d4, #c0f2f2, #e2f8f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b8b, #69b5b0, #8fd6d4, #c0f2f2, #e2f8f8);
} 🔗 Explore similar color palettes
Shifting Aurora color palette created on .