Aqua Adventure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Adventure palette
Color Inspiration
Images that showcase this color palette in real designs
Download Aqua Adventure Color Palette (PNG)
Aqua Adventure color palette CSS
/* CSS */
.color-1 {
color: #0fd7ff;
}
.color-2 {
color: #0ffff3;
}
.color-3 {
color: #ff9b99;
}
.color-4 {
color: #ffd88a;
}
.color-5 {
color: #ffd557;
}
/* CSS Variables */
:root {
--color-1: #0fd7ff;
--color-2: #0ffff3;
--color-3: #ff9b99;
--color-4: #ffd88a;
--color-5: #ffd557;
}
Aqua Adventure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0fd7ff, #0ffff3, #ff9b99, #ffd88a, #ffd557);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0fd7ff, #0ffff3, #ff9b99, #ffd88a, #ffd557);
}
Similar color palettes
Aqua Adventure color palette created on .