Aoi Takahashi Color Palette
Discover the beautiful Aoi Takahashi color palette featuring azure radiance (#00aaff), pacific blue (#0099cc), lochmara (#0078bd), endeavour (#005499) and midnight blue (#003366).
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 Aoi Takahashi palette
💻 Aoi Takahashi color palette CSS
/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #0099cc;
}
.color-3 {
color: #0078bd;
}
.color-4 {
color: #005499;
}
.color-5 {
color: #003366;
}
/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #0099cc;
--color-3: #0078bd;
--color-4: #005499;
--color-5: #003366;
} 🌈 Aoi Takahashi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #0099cc, #0078bd, #005499, #003366);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #0099cc, #0078bd, #005499, #003366);
} 🔗 Explore similar color palettes
Aoi Takahashi color palette created on .