Aquilean Color Palette
Discover the beautiful Aquilean color palette featuring malibu (#6bd2f5), shakespeare (#4ba5d2), deep cerulean (#0081a8), orient (#006275) and blue chill (#099395).
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 Aquilean palette
💻 Aquilean color palette CSS
/* CSS */
.color-1 {
color: #6bd2f5;
}
.color-2 {
color: #4ba5d2;
}
.color-3 {
color: #0081a8;
}
.color-4 {
color: #006275;
}
.color-5 {
color: #099395;
}
/* CSS Variables */
:root {
--color-1: #6bd2f5;
--color-2: #4ba5d2;
--color-3: #0081a8;
--color-4: #006275;
--color-5: #099395;
}
🌈 Aquilean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bd2f5, #4ba5d2, #0081a8, #006275, #099395);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bd2f5, #4ba5d2, #0081a8, #006275, #099395);
}
🔗 Explore similar color palettes
Aquilean color palette created on .