Aoyama Color Palette
Discover the beautiful Aoyama color palette featuring blumine (#1f4e7a), steel blue (#4b90be), seagull (#7dbae8), tropical blue (#d3e2f8) and black squeeze (#f0f5f9).
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 Aoyama palette
💻 Aoyama color palette CSS
/* CSS */
.color-1 {
color: #1f4e7a;
}
.color-2 {
color: #4b90be;
}
.color-3 {
color: #7dbae8;
}
.color-4 {
color: #d3e2f8;
}
.color-5 {
color: #f0f5f9;
}
/* CSS Variables */
:root {
--color-1: #1f4e7a;
--color-2: #4b90be;
--color-3: #7dbae8;
--color-4: #d3e2f8;
--color-5: #f0f5f9;
} 🌈 Aoyama background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e7a, #4b90be, #7dbae8, #d3e2f8, #f0f5f9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e7a, #4b90be, #7dbae8, #d3e2f8, #f0f5f9);
} 🔗 Explore similar color palettes
Aoyama color palette created on .