Akash Color Palette
Discover the beautiful Akash color palette featuring deep cerulean (#0077b3), pacific blue (#0099cc), cerulean (#00b4e6), cyan / aqua (#00d4ff) and anakiwa (#a3f0ff).
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 Akash palette
💻 Akash color palette CSS
/* CSS */
.color-1 {
color: #0077b3;
}
.color-2 {
color: #0099cc;
}
.color-3 {
color: #00b4e6;
}
.color-4 {
color: #00d4ff;
}
.color-5 {
color: #a3f0ff;
}
/* CSS Variables */
:root {
--color-1: #0077b3;
--color-2: #0099cc;
--color-3: #00b4e6;
--color-4: #00d4ff;
--color-5: #a3f0ff;
} 🌈 Akash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0077b3, #0099cc, #00b4e6, #00d4ff, #a3f0ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0077b3, #0099cc, #00b4e6, #00d4ff, #a3f0ff);
} 🔗 Explore similar color palettes
Akash color palette created on .