Aqua Adventure Color Palette
Discover the beautiful Aqua Adventure color palette featuring cyan / aqua (#0ed6ff), cyan / aqua (#0efff4), mona lisa (#ff9b99), salomie (#ffd98b) and mustard (#ffd656).
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 Aqua Adventure palette
💻 Aqua Adventure color palette CSS
/* CSS */
.color-1 {
color: #0ed6ff;
}
.color-2 {
color: #0efff4;
}
.color-3 {
color: #ff9b99;
}
.color-4 {
color: #ffd98b;
}
.color-5 {
color: #ffd656;
}
/* CSS Variables */
:root {
--color-1: #0ed6ff;
--color-2: #0efff4;
--color-3: #ff9b99;
--color-4: #ffd98b;
--color-5: #ffd656;
} 🌈 Aqua Adventure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0ed6ff, #0efff4, #ff9b99, #ffd98b, #ffd656);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0ed6ff, #0efff4, #ff9b99, #ffd98b, #ffd656);
} 🔗 Explore similar color palettes
Aqua Adventure color palette created on .